fix mobil clients
This commit is contained in:
@@ -170,6 +170,8 @@ const fetch_ccodes = async () => {
|
||||
}
|
||||
|
||||
const async_search = async () => {
|
||||
if (form.text.length < 2) return;
|
||||
|
||||
try {
|
||||
let country = null;
|
||||
if (form.country.code !== undefined) country = form.country.code;
|
||||
|
||||
Reference in New Issue
Block a user