diff --git a/src/components/MultiStepForm.tsx b/src/components/MultiStepForm.tsx index cca6697..bfbb501 100644 --- a/src/components/MultiStepForm.tsx +++ b/src/components/MultiStepForm.tsx @@ -72,7 +72,6 @@ function MultiStepFormContent({ const shouldSubmitFromStepper = stepperSubmitFinal || newStepIndex > activeStepIndex || activeStepIndex !== numSteps - 1 if (shouldSubmitFromStepper) { - console.log('hit branch - would submit from stepper') submitButtonRefs[0]?.meta?.stepperSubmit(newStepIndex) } // this is necessary (even though the above will navigate) to ensure form steps w/o submit buttons are navigated