We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b875a9 commit be0b769Copy full SHA for be0b769
src/routes/(console)/onboarding/create-project/+page.svelte
@@ -99,11 +99,14 @@
99
bind:projectName
100
bind:id
101
bind:region
102
- showTitle={true}
103
- onsubmit={createProject}>
+ showTitle={true}>
104
<svelte:fragment slot="submit">
105
<Layout.Stack direction="row" justifyContent="flex-end">
106
- <Button.Button type="submit" variant="primary" size="s">
+ <Button.Button
+ onclick={createProject}
107
+ type="submit"
108
+ variant="primary"
109
+ size="s">
110
Create
111
</Button.Button>
112
</Layout.Stack>
0 commit comments