fix: no loading box scenario

This commit is contained in:
Rafael Taranto 2023-08-29 15:10:53 +01:00
parent a5c7884ca0
commit f1e6e24f05
3 changed files with 7 additions and 4 deletions

View file

@ -50,6 +50,7 @@ const Wizard = ({ machine, locale, onClose, save, error }) => {
const steps = R.concat(
R.map(
it => ({
model: 'cassette',
type: `cassette${it}`,
display: `Cassette ${it}`,
component: Autocomplete,
@ -65,6 +66,7 @@ const Wizard = ({ machine, locale, onClose, save, error }) => {
it => [
{
type: `stacker${it}f`,
model: 'stacker',
display: `Stacker ${it}F`,
component: Autocomplete,
inputProps: {
@ -75,6 +77,7 @@ const Wizard = ({ machine, locale, onClose, save, error }) => {
},
{
type: `stacker${it}r`,
model: 'stacker',
display: `Stacker ${it}R`,
component: Autocomplete,
inputProps: {