mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
fix: rendering for woot modal (#10707)
This commit is contained in:
parent
a33f170171
commit
937d4f78a8
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user