fix: machine autocomplete and package-lock
This commit is contained in:
parent
538e32fbec
commit
3fd307ab17
12 changed files with 19397 additions and 6975 deletions
|
|
@ -80,7 +80,7 @@ const getOverridesFields = (getData, currency, auxElements) => {
|
|||
inputProps: {
|
||||
options: machineData,
|
||||
valueProp: 'deviceId',
|
||||
getLabel: R.path(['name'])
|
||||
labelProp: 'name'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -92,7 +92,7 @@ const getOverridesFields = (getData, currency, auxElements) => {
|
|||
inputProps: {
|
||||
options: cryptoData,
|
||||
valueProp: 'code',
|
||||
getLabel: R.path(['display']),
|
||||
labelProp: 'display',
|
||||
multiple: true,
|
||||
onChange: onCryptoChange
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue