Skip to content

Commit

Permalink
Merge pull request #549 from appwrite/fix-create-attribute-modal-some…
Browse files Browse the repository at this point in the history
…times-null

fix: create attribute modal null when selecting same time twice
  • Loading branch information
christyjacob4 authored Sep 14, 2023
2 parents 86a7059 + a65f393 commit 1396dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
{/if}
</Container>

<CreateAttribute bind:showCreate={showCreateAttribute} selectedOption={selectedAttribute} />
<CreateAttribute bind:showCreate={showCreateAttribute} bind:selectedOption={selectedAttribute} />

<style lang="scss">
.heading-grid {
Expand Down

3 comments on commit 1396dd0

@vercel
Copy link

@vercel vercel bot commented on 1396dd0 Sep 14, 2023

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 1396dd0 Sep 14, 2023

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-next.vercel.app
console-preview-git-main-appwrite.vercel.app
console-preview-appwrite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1396dd0 Sep 14, 2023

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.vercel.app
console-cloud-appwrite.vercel.app

Please sign in to comment.