Error on search empty product
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
2024-01-03 18:41:37 +01:00
parent a5c3da9436
commit 597f9c111f
2 changed files with 25 additions and 15 deletions

View File

@@ -107,5 +107,6 @@
"exchange": "Exchange",
"referenceerror: rates is not defined": "ReferenceError: rates is not defined",
"referenceerror: currency is not defined": "ReferenceError: currency is not defined",
"typeerror: can't access property \"unshift\", currency.velue is undefined": "TypeError: can't access property \"unshift\", currency.velue is undefined"
"typeerror: can't access property \"unshift\", currency.velue is undefined": "TypeError: can't access property \"unshift\", currency.velue is undefined",
"item must be selected": "Item must be selected"
}