fix: dont let import window close by accident - fixed #2120
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
v-if="show"
|
v-if="show"
|
||||||
:title="`${t('modal.collections')}`"
|
:title="`${t('modal.collections')}`"
|
||||||
max-width="sm:max-w-md"
|
max-width="sm:max-w-md"
|
||||||
|
dialog
|
||||||
@close="hideModal"
|
@close="hideModal"
|
||||||
>
|
>
|
||||||
<template #actions>
|
<template #actions>
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
v-if="show"
|
v-if="show"
|
||||||
:title="`${t('modal.collections')}`"
|
:title="`${t('modal.collections')}`"
|
||||||
max-width="sm:max-w-md"
|
max-width="sm:max-w-md"
|
||||||
|
dialog
|
||||||
@close="hideModal"
|
@close="hideModal"
|
||||||
>
|
>
|
||||||
<template #actions>
|
<template #actions>
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
v-if="show"
|
v-if="show"
|
||||||
:title="`${t('environment.title')}`"
|
:title="`${t('environment.title')}`"
|
||||||
max-width="sm:max-w-md"
|
max-width="sm:max-w-md"
|
||||||
|
dialog
|
||||||
@close="hideModal"
|
@close="hideModal"
|
||||||
>
|
>
|
||||||
<template #actions>
|
<template #actions>
|
||||||
|
|||||||
Reference in New Issue
Block a user