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" :attribute-model="attributeModel"
/> />
</template> </template>
<woot-modal <AddAttribute
v-if="showAddPopup" v-if="showAddPopup"
v-model:show="showAddPopup" v-model:show="showAddPopup"
:on-close="hideAddPopup" :on-close="hideAddPopup"
> :selected-attribute-model-tab="selectedTabIndex"
<AddAttribute />
:on-close="hideAddPopup"
:selected-attribute-model-tab="selectedTabIndex"
/>
</woot-modal>
</SettingsLayout> </SettingsLayout>
</template> </template>