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()