fix: non-user-friendly error message on empty machine field
This commit is contained in:
parent
3956c419b5
commit
ac2f9fdf00
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ const FiatBalanceOverrides = ({ config, section }) => {
|
|||
}
|
||||
|
||||
const initialValues = {
|
||||
[MACHINE_KEY]: null,
|
||||
[MACHINE_KEY]: '',
|
||||
[CASHBOX_KEY]: '',
|
||||
[CASSETTE_1_KEY]: '',
|
||||
[CASSETTE_2_KEY]: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue