User: alex clicked save for shared/currency/which-currency_UISchema.json

This commit is contained in:
demo 2022-10-22 05:23:46 +00:00
parent 147d9c7abd
commit 3f25073677
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
"curAmount": {
"ui:help": ""
},
"curCurrency": {
"curCode": {
"ui:help": "Select currency to be formatted"
},
"ui:order": [
"curAmount",
"curCurrency"
"curCode"
]
}