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 = {
|
const ALL_MACHINES = {
|
||||||
name: 'All Machines',
|
name: 'All Machines',
|
||||||
deviceId: 'ALL_MACHINES',
|
deviceId: 'ALL_MACHINES'
|
||||||
__typename: 'Machine'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const cashInAndOutHeaderStyle = { marginLeft: 6 }
|
const cashInAndOutHeaderStyle = { marginLeft: 6 }
|
||||||
|
|
@ -246,7 +245,7 @@ const defaults = {
|
||||||
|
|
||||||
const overridesDefaults = {
|
const overridesDefaults = {
|
||||||
machine: null,
|
machine: null,
|
||||||
cryptoCurrencies: '',
|
cryptoCurrencies: [],
|
||||||
cashIn: '',
|
cashIn: '',
|
||||||
cashOut: '',
|
cashOut: '',
|
||||||
fixedFee: '',
|
fixedFee: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue