fix: always display a selected radio option and styling
This commit is contained in:
parent
686c7a2b36
commit
2eda9645b3
3 changed files with 18 additions and 9 deletions
|
|
@ -1,3 +1,6 @@
|
|||
const CURRENCY_MAX = 9999999
|
||||
|
||||
export { CURRENCY_MAX }
|
||||
const AUTOMATIC = 'automatic'
|
||||
const MANUAL = 'manual'
|
||||
|
||||
export { CURRENCY_MAX, AUTOMATIC, MANUAL }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue