fix load
This commit is contained in:
@@ -96,7 +96,7 @@ const Horizontal: FC = () => {
|
||||
|
||||
<Formik validationSchema={currentSchema} initialValues={initValues} onSubmit={submitStep}>
|
||||
{() => (
|
||||
<Form className='mx-auto mw-600px w-100 pt-15 pb-10' id='kt_create_account_form' placeholder={undefined}>
|
||||
<Form className='mx-auto mw-600px w-100 pt-15 pb-10' id='kt_create_account_form' >
|
||||
<div className='current' data-kt-stepper-element='content'>
|
||||
<Step1 />
|
||||
</div>
|
||||
|
||||
@@ -207,7 +207,7 @@ const Vertical = () => {
|
||||
<div className='d-flex flex-row-fluid flex-center bg-body rounded'>
|
||||
<Formik validationSchema={currentSchema} initialValues={initValues} onSubmit={submitStep}>
|
||||
{() => (
|
||||
<Form className='py-20 w-100 w-xl-700px px-9' noValidate id='kt_create_account_form' placeholder={undefined}>
|
||||
<Form className='py-20 w-100 w-xl-700px px-9' noValidate id='kt_create_account_form'>
|
||||
<div className='current' data-kt-stepper-element='content'>
|
||||
<Step1 />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user