fix: machine autocomplete and package-lock

This commit is contained in:
Taranto 2021-02-06 09:42:19 +00:00 committed by Josh Harvey
parent 538e32fbec
commit 3fd307ab17
12 changed files with 19397 additions and 6975 deletions

View file

@ -504,7 +504,7 @@ const getElements = (currency, classes) => [
inputProps: {
options: typeOptions,
valueProp: 'code',
getLabel: R.path(['display']),
labelProp: 'display',
optionsLimit: null
}
},