mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-15 05:19:58 +00:00
chore: cleanup ModalContainer.vue
(#2956)
This commit is contained in:
parent
01ffb1a3e1
commit
662a8aec69
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ function handleFavouritedBoostedByClose() {
|
||||||
max-w-180 flex w-full
|
max-w-180 flex w-full
|
||||||
@close="handlePublishClose"
|
@close="handlePublishClose"
|
||||||
>
|
>
|
||||||
<!-- This `w-0` style is used to avoid overflow problems in flex layouts,so don't remove it unless you know what you're doing -->
|
|
||||||
<PublishWidgetList
|
<PublishWidgetList
|
||||||
v-if="dialogDraftKey"
|
v-if="dialogDraftKey"
|
||||||
:draft-key="dialogDraftKey"
|
:draft-key="dialogDraftKey"
|
||||||
|
|
Loading…
Reference in a new issue