fix: machine autocomplete and package-lock
This commit is contained in:
parent
538e32fbec
commit
3fd307ab17
12 changed files with 19397 additions and 6975 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { makeStyles } from '@material-ui/core'
|
||||
import { Formik, Form, Field } from 'formik'
|
||||
import * as R from 'ramda'
|
||||
import React from 'react'
|
||||
|
||||
import ErrorMessage from 'src/components/ErrorMessage'
|
||||
|
|
@ -71,7 +70,7 @@ const WizardStep = ({
|
|||
name={type}
|
||||
options={options}
|
||||
valueProp={'code'}
|
||||
getLabel={R.path(['display'])}></Field>
|
||||
labelProp={'display'}></Field>
|
||||
<Info1 noMargin className={classes.suffix}>
|
||||
{fiatCurrency}
|
||||
</Info1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue