Shariq Ansari d98899d954 fix: moved change password modal in global modals
(cherry picked from commit dc82f837aa95a4d1dd54e9a42ebfe270bf2260b1)
2025-06-23 07:54:27 +00:00

11 lines
291 B
JavaScript

import { ref } from 'vue';
export const showQuickEntryModal = ref(false);
export const quickEntryProps = ref({});
export const showAddressModal = ref(false);
export const addressProps = ref({});
export const showAboutModal = ref(false);
export const showChangePasswordModal = ref(false);