fix: rendering for woot modal (#10707)

This commit is contained in:
Shivam Mishra
2025-01-16 20:05:53 +05:30
committed by GitHub
parent a33f170171
commit 937d4f78a8

View File

@@ -99,15 +99,11 @@ const onClickTabChange = index => {
:attribute-model="attributeModel"
/>
</template>
<woot-modal
<AddAttribute
v-if="showAddPopup"
v-model:show="showAddPopup"
:on-close="hideAddPopup"
>
<AddAttribute
:on-close="hideAddPopup"
:selected-attribute-model-tab="selectedTabIndex"
/>
</woot-modal>
:selected-attribute-model-tab="selectedTabIndex"
/>
</SettingsLayout>
</template>