Skip to content

Commit f68f9af

Browse files
Merge pull request #731 from appwrite/fix-bullet-point-custom-id-create-function
fix: bullet points for custom id
2 parents 50865bf + c7e06c0 commit f68f9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/wizards/functions/steps/templateConfiguration.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{/await}
6464
</FormList>
6565

66-
<div class="u-margin-block-start-24">
66+
<FormList class="u-margin-block-start-24">
6767
{#if !showCustomId}
6868
<div>
6969
<Pill button on:click={() => (showCustomId = !showCustomId)}>
@@ -78,5 +78,5 @@
7878
bind:id={$templateConfig.$id}
7979
fullWidth />
8080
{/if}
81-
</div>
81+
</FormList>
8282
</WizardStep>

0 commit comments

Comments
 (0)