Skip to content

Commit

Permalink
Merge pull request #731 from appwrite/fix-bullet-point-custom-id-crea…
Browse files Browse the repository at this point in the history
…te-function

fix: bullet points for custom id
  • Loading branch information
TorstenDittmann authored Jan 17, 2024
2 parents 50865bf + c7e06c0 commit f68f9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/wizards/functions/steps/templateConfiguration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{/await}
</FormList>

<div class="u-margin-block-start-24">
<FormList class="u-margin-block-start-24">
{#if !showCustomId}
<div>
<Pill button on:click={() => (showCustomId = !showCustomId)}>
Expand All @@ -78,5 +78,5 @@
bind:id={$templateConfig.$id}
fullWidth />
{/if}
</div>
</FormList>
</WizardStep>

3 comments on commit f68f9af

@vercel
Copy link

@vercel vercel bot commented on f68f9af Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud-git-main-appwrite.vercel.app
console-cloud-appwrite.vercel.app
console-cloud.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f68f9af Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f68f9af Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-preview – ./

console-preview-git-main-appwrite.vercel.app
console-next.vercel.app
console-preview-appwrite.vercel.app

Please sign in to comment.