Fixed width on search

This commit is contained in:
2024-04-05 18:53:46 +02:00
parent 6e1807d678
commit 0d5c63ebee
2 changed files with 4 additions and 2 deletions

View File

@@ -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") + "?",