fix: create attribute modal null when selecting same time twice

This commit is contained in:
Arman
2023-09-14 16:59:57 +02:00
parent 86a70595dd
commit a65f39334f
@@ -144,7 +144,7 @@
{/if}
</Container>
<CreateAttribute bind:showCreate={showCreateAttribute} selectedOption={selectedAttribute} />
<CreateAttribute bind:showCreate={showCreateAttribute} bind:selectedOption={selectedAttribute} />
<style lang="scss">
.heading-grid {