From d1f581063516ff353b5cdbf7d0e4c960371d41a5 Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Mon, 29 Jan 2024 06:17:06 +0100 Subject: [PATCH] Fix of bugs --- lang/id.json | 3 ++- resources/js/.DS_Store | Bin 0 -> 6148 bytes resources/js/Pages/IkeaRoot.vue | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 resources/js/.DS_Store diff --git a/lang/id.json b/lang/id.json index 89aef57..33ef3ac 100644 --- a/lang/id.json +++ b/lang/id.json @@ -124,5 +124,6 @@ "referenceerror: currencycountryrate is not defined": "ReferenceError: currencyCountryRate is not defined", "referenceerror: ccountry is not defined": "ReferenceError: ccountry is not defined", "typeerror: invalid assignment to const 'response'": "TypeError: invalid assignment to const 'response'", - "error: request aborted": "Error: Request aborted" + "error: request aborted": "Error: Request aborted", + "typeerror: can't access property \"code\", form.country is null": "TypeError: can't access property \"code\", form.country is null" } \ No newline at end of file diff --git a/resources/js/.DS_Store b/resources/js/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..c32883842752acf742ff9e4a68f0123bb24f31f0 GIT binary patch literal 6148 zcmeHKISv9b4733uBpOP}e1RWC2wuPkI6EYYg?=mE#nTuc1!$pz0yJJZlQ^ENc8Yi{ zB09h9XCf038Nm(ZYD3p--@IeJj3^L}GtScNo857HIvqRNuLH&%%0?PIhey6`(5L_v zpaN8Y3Q&QME0862H2(O>Jdg@dfnQg^?uP<5tch))UmX~{1pp2ZcEj9z31G1RuqL*F zh`==`Eo-SGgIZ^>C@T@>TmJ_T0OZc1q z|Cz)U6`%rtrGO3=tHm6jl(n_ [country]); + if (form.countries.length == 0) aCntry = ccountry.value.map((country) => [country.country_name]); ccountry_filter.value = cCntry; ccountry_filter.value.push(...aCntry); + + } onMounted(fetch); @@ -537,7 +540,7 @@ watch(ccodes, (codes) => {
- +