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