From 3ef9d783df7eafa2a17d9509408a47b2874585b4 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 30 Dec 2024 16:06:17 +0530 Subject: [PATCH] fix: added close settings modal button --- frontend/src/components/Settings/Settings.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Settings/Settings.vue b/frontend/src/components/Settings/Settings.vue index 8e9fceb7..16a646d5 100644 --- a/frontend/src/components/Settings/Settings.vue +++ b/frontend/src/components/Settings/Settings.vue @@ -33,7 +33,14 @@ -
+
+
@@ -57,7 +64,7 @@ import { showSettings, activeSettingsPage, } from '@/composables/settings' -import { Dialog, Avatar } from 'frappe-ui' +import { Dialog, Button, Avatar } from 'frappe-ui' import { ref, markRaw, computed, watch, h } from 'vue' const { isManager, getUser } = usersStore()