fix: register wizard steps component.

This commit is contained in:
Ahmed Bouhuolia
2020-10-10 17:04:51 +02:00
parent b8060010d6
commit 8622320eef
3 changed files with 40 additions and 25 deletions

View File

@@ -55,7 +55,6 @@ function BillingForm({
initialValues: {
...initialValues,
},
onSubmit: (values, { setSubmitting, resetForm, setErrors }) => {
requestSubmitBilling(values)
.then((response) => {
@@ -72,7 +71,7 @@ function BillingForm({
});
},
});
console.log(formik.values, 'formik');
return (
<div className={'billing-form'}>
<form onSubmit={formik.handleSubmit}>