Refine theme preview (currently placeholder from GitHub)

This commit is contained in:
grimsi
2024-03-19 15:11:25 +01:00
parent 87a4d50190
commit ce9351f56b
4 changed files with 36 additions and 13 deletions
-1
View File
@@ -45,7 +45,6 @@ const Wizard = ({children, initialValues, onSubmit}: {
<Formik
initialValues={snapshot}
onSubmit={handleSubmit}
isInitialValid={false}
/*// @ts-ignore*/
validationSchema={step.props.validationSchema}
>