fix: replace puloon list with F56
This commit is contained in:
parent
348260931e
commit
a9b7221a38
4 changed files with 361 additions and 155 deletions
|
|
@ -56,7 +56,7 @@ const Wizard = ({ machine, locale, onClose, save, error }) => {
|
|||
display: `Cassette ${it}`,
|
||||
component: Autocomplete,
|
||||
inputProps: {
|
||||
options: R.map(it => ({ code: it, display: it }))(options),
|
||||
options: options,
|
||||
labelProp: 'display',
|
||||
valueProp: 'code'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue