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:
Rafael Taranto 2024-08-30 18:02:10 +01:00 committed by GitHub
commit fd1c02fc95

View file

@ -59,7 +59,7 @@ const FiatBalanceOverrides = ({ config, section }) => {
}
const initialValues = {
[MACHINE_KEY]: null,
[MACHINE_KEY]: '',
[CASHBOX_KEY]: '',
[CASSETTE_1_KEY]: '',
[CASSETTE_2_KEY]: '',