fix(dashboard): tax regions UI polish (#12437)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user