From 47f8175f8f0b6d7ca7dd9fc27d9efc49e38e2d59 Mon Sep 17 00:00:00 2001 From: Piyush Date: Mon, 2 Mar 2026 05:47:53 +0000 Subject: [PATCH] added modal closer --- src/views/SharingPopup.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/SharingPopup.vue b/src/views/SharingPopup.vue index b61e428..596520f 100644 --- a/src/views/SharingPopup.vue +++ b/src/views/SharingPopup.vue @@ -208,6 +208,7 @@ export default { }, closeThisModal() { + this.modal = false const currentUrl = window.location.search window.OCA.Files.Sidebar.setActiveTab('sharing-manage') window.OCA.Files.Sidebar.close()