fix: removed unnecessary __typename property on 'All machines' option
fix: cryptoCurrencies is a select multiple so it's default should be [] instead of ''
This commit is contained in:
parent
76030c7208
commit
dbfb37a756
1 changed files with 2 additions and 3 deletions
|
|
@ -9,8 +9,7 @@ import { ReactComponent as TxOutIcon } from 'src/styling/icons/direction/cash-ou
|
|||
|
||||
const ALL_MACHINES = {
|
||||
name: 'All Machines',
|
||||
deviceId: 'ALL_MACHINES',
|
||||
__typename: 'Machine'
|
||||
deviceId: 'ALL_MACHINES'
|
||||
}
|
||||
|
||||
const cashInAndOutHeaderStyle = { marginLeft: 6 }
|
||||
|
|
@ -246,7 +245,7 @@ const defaults = {
|
|||
|
||||
const overridesDefaults = {
|
||||
machine: null,
|
||||
cryptoCurrencies: '',
|
||||
cryptoCurrencies: [],
|
||||
cashIn: '',
|
||||
cashOut: '',
|
||||
fixedFee: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue