fix: dont let import window close by accident - fixed #2120
This commit is contained in:
parent
fc15891cb8
commit
cba3dcef9f
3 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
v-if="show"
|
||||
:title="`${t('modal.collections')}`"
|
||||
max-width="sm:max-w-md"
|
||||
dialog
|
||||
@close="hideModal"
|
||||
>
|
||||
<template #actions>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
v-if="show"
|
||||
:title="`${t('modal.collections')}`"
|
||||
max-width="sm:max-w-md"
|
||||
dialog
|
||||
@close="hideModal"
|
||||
>
|
||||
<template #actions>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
v-if="show"
|
||||
:title="`${t('environment.title')}`"
|
||||
max-width="sm:max-w-md"
|
||||
dialog
|
||||
@close="hideModal"
|
||||
>
|
||||
<template #actions>
|
||||
|
|
|
|||
Loading…
Reference in a new issue