Fixed width on search
This commit is contained in:
@@ -92,7 +92,7 @@ const fetch_ccodes = async () => {
|
||||
if (v !== null) return { country: k, code: v };
|
||||
})
|
||||
.filter((n) => n);
|
||||
console.log("ccodes=", ccodes.value);
|
||||
console.log("ccodes=o", ccodes.value);
|
||||
} catch (e) {
|
||||
const response = await Swal.fire({
|
||||
title: __("are you want to try again") + "?",
|
||||
|
||||
Reference in New Issue
Block a user