color change of selected rows

This commit is contained in:
2024-03-23 15:25:54 +01:00
parent 6123a5532a
commit 71d44dd1f9
3 changed files with 9 additions and 8 deletions

View File

@@ -133,5 +133,6 @@
"referenceerror: settings is not defined": "ReferenceError: settings is not defined",
"referenceerror: currencyhash is not defined": "ReferenceError: currencyHash is not defined",
"typeerror: can't access property \"code\", (intermediate value).country.country is undefined": "TypeError: can't access property \"code\", (intermediate value).country.country is undefined",
"typeerror: can't access property \"code\", (intermediate value).country[0] is undefined": "TypeError: can't access property \"code\", (intermediate value).country[0] is undefined"
"typeerror: can't access property \"code\", (intermediate value).country[0] is undefined": "TypeError: can't access property \"code\", (intermediate value).country[0] is undefined",
"error: request failed with status code 419": "Error: Request failed with status code 419"
}