fix: manual data entry UI

This commit is contained in:
Rafael Taranto 2025-07-07 11:20:45 +01:00
parent c5f38f0572
commit 72a749acfc
2 changed files with 3 additions and 2 deletions

View file

@ -92,7 +92,7 @@ const Wizard = ({
title="Manual data entry"
handleClose={onClose}
width={520}
height={520}
minHeight={520}
open={true}>
<Stepper steps={LAST_STEP} currentStep={step} className="my-4" />
<Formik