From 728150e324780ffdfd3d73c4cbfb3c76f3111aaa Mon Sep 17 00:00:00 2001 From: Aftab Shaikh Date: Wed, 3 Sep 2025 13:08:26 +0530 Subject: [PATCH] fix: address creation not returning to organization modal (cherry picked from commit 32993af090f2e741254ffb2ce8241ed11122f11b) --- frontend/src/components/Modals/OrganizationModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Modals/OrganizationModal.vue b/frontend/src/components/Modals/OrganizationModal.vue index f419e32e..b4210d70 100644 --- a/frontend/src/components/Modals/OrganizationModal.vue +++ b/frontend/src/components/Modals/OrganizationModal.vue @@ -175,6 +175,6 @@ function openAddressModal(_address) { doctype: 'Address', address: _address, } - nextTick(() => (show.value = false)) + //nextTick(() => (show.value = false)) } \ No newline at end of file