mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: create attribute modal null when selecting same time twice
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@
|
||||
{/if}
|
||||
</Container>
|
||||
|
||||
<CreateAttribute bind:showCreate={showCreateAttribute} selectedOption={selectedAttribute} />
|
||||
<CreateAttribute bind:showCreate={showCreateAttribute} bind:selectedOption={selectedAttribute} />
|
||||
|
||||
<style lang="scss">
|
||||
.heading-grid {
|
||||
|
||||
Reference in New Issue
Block a user