From cba3dcef9f872276ba185255188f929db6a354da Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Tue, 15 Feb 2022 19:17:33 +0530 Subject: [PATCH] fix: dont let import window close by accident - fixed #2120 --- packages/hoppscotch-app/components/collections/ImportExport.vue | 1 + .../components/collections/graphql/ImportExport.vue | 1 + packages/hoppscotch-app/components/environments/ImportExport.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/hoppscotch-app/components/collections/ImportExport.vue b/packages/hoppscotch-app/components/collections/ImportExport.vue index c2564da83..6ade63ec9 100644 --- a/packages/hoppscotch-app/components/collections/ImportExport.vue +++ b/packages/hoppscotch-app/components/collections/ImportExport.vue @@ -3,6 +3,7 @@ v-if="show" :title="`${t('modal.collections')}`" max-width="sm:max-w-md" + dialog @close="hideModal" >