Merge pull request #1718 from siiky/fix/lam-733/user-friendly-error-message
LAM-733 fix: non-user-friendly error message on empty machine field
This commit is contained in:
commit
fd1c02fc95
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