Skip to content

Commit cc9b4d2

Browse files
regexowlkingsleyzissou
authored andcommitted
Wizard: Prevent default submit on the Base settings step
This ensures the behaviour is consistent with the other steps.
1 parent 60551b0 commit cc9b4d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/CreateImageWizard/CreateImageWizard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ const CreateImageWizard = () => {
460460
/>
461461
}
462462
>
463-
<Form>
463+
<Form onSubmit={handleFormSubmit}>
464464
<Content>
465465
<Title headingLevel='h1' size='xl'>
466466
Base settings

0 commit comments

Comments
 (0)