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