fix(dashboard): tax regions UI polish (#12437)

This commit is contained in:
Frane Polić
2025-05-11 16:06:11 +02:00
committed by GitHub
parent fcee6003d8
commit e4d196e522
5 changed files with 39 additions and 31 deletions
@@ -6482,11 +6482,17 @@
"edit": {
"type": "object",
"properties": {
"header": {
"type": "string"
},
"hint": {
"type": "string"
},
"successToast": {
"type": "string"
}
},
"required": ["successToast"],
"required": ["header", "hint", "successToast"],
"additionalProperties": false
},
"province": {
@@ -1724,6 +1724,8 @@
"successToast": "The tax region was successfully created."
},
"edit": {
"header": "Edit Tax Region",
"hint": "Edit the tax region details.",
"successToast": "The tax region was successfully updated."
},
"province": {