Skip to content

Commit be0b769

Browse files
committed
fix error
1 parent 1b875a9 commit be0b769

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/routes/(console)/onboarding/create-project/+page.svelte

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,14 @@
9999
bind:projectName
100100
bind:id
101101
bind:region
102-
showTitle={true}
103-
onsubmit={createProject}>
102+
showTitle={true}>
104103
<svelte:fragment slot="submit">
105104
<Layout.Stack direction="row" justifyContent="flex-end">
106-
<Button.Button type="submit" variant="primary" size="s">
105+
<Button.Button
106+
onclick={createProject}
107+
type="submit"
108+
variant="primary"
109+
size="s">
107110
Create
108111
</Button.Button>
109112
</Layout.Stack>

0 commit comments

Comments
 (0)