fix: dont let import window close by accident - fixed #2120

This commit is contained in:
liyasthomas
2022-02-15 19:17:33 +05:30
parent fc15891cb8
commit cba3dcef9f
3 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
v-if="show"
:title="`${t('modal.collections')}`"
max-width="sm:max-w-md"
dialog
@close="hideModal"
>
<template #actions>

View File

@@ -3,6 +3,7 @@
v-if="show"
:title="`${t('modal.collections')}`"
max-width="sm:max-w-md"
dialog
@close="hideModal"
>
<template #actions>

View File

@@ -3,6 +3,7 @@
v-if="show"
:title="`${t('environment.title')}`"
max-width="sm:max-w-md"
dialog
@close="hideModal"
>
<template #actions>