fix mobil clients

This commit is contained in:
2024-01-06 17:59:17 +01:00
parent 4db52ee3c1
commit 23f69817c0

View File

@@ -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;