fix: rendering for woot modal (#10707)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user