Skip to content

Commit b78c083

Browse files
committed
formatting
1 parent be0b769 commit b78c083

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/routes/(console)/organization-[organization]/createProjectCloud.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@
6161
title={'Create project'}
6262
onSubmit={create}
6363
bind:error>
64-
<CreateProject {projects} showTitle={false} bind:id bind:projectName={name} bind:region {regions} />
64+
<CreateProject
65+
{projects}
66+
showTitle={false}
67+
bind:id
68+
bind:projectName={name}
69+
bind:region
70+
{regions} />
6571
<svelte:fragment slot="footer">
6672
<Button
6773
submit

0 commit comments

Comments
 (0)