Skip to content

Commit 3db7395

Browse files
committed
fix: ensure submit button submits
1 parent d43e72f commit 3db7395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(console)/supportWizard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
on:click={() => {
274274
wizard.hide();
275275
}}>Cancel</Button>
276-
<Button size="s">Submit</Button>
276+
<Button submit size="s">Submit</Button>
277277
</Layout.Stack>
278278
</Layout.Stack>
279279
</Form>

0 commit comments

Comments
 (0)