diff --git a/frontend/src/Form/JsonSchemaForm.tsx b/frontend/src/Form/JsonSchemaForm.tsx index c76aaef8a..23d27e030 100644 --- a/frontend/src/Form/JsonSchemaForm.tsx +++ b/frontend/src/Form/JsonSchemaForm.tsx @@ -1,4 +1,4 @@ -import { Grid2, List, ListItem, ListItemButton, Stepper, Typography } from '@mui/material' +import { Grid, List, ListItem, ListItemButton, Stepper, Typography } from '@mui/material' //import { useTheme } from '@mui/material/styles' import Form from '@rjsf/mui' import { RJSFSchema } from '@rjsf/utils' @@ -48,8 +48,8 @@ export default function JsonSchemaForm({ } return ( - - + + }> {splitSchema.steps.map((step, index) => ( @@ -70,8 +70,8 @@ export default function JsonSchemaForm({ ))} - - + +
-
-
+ + ) }