Skip to content

Commit

Permalink
fix: create attribute modal null when selecting same time twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanNik committed Sep 14, 2023
1 parent 86a7059 commit a65f393
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

0 comments on commit a65f393

Please sign in to comment.