From 95df85f676626e73fb878c53c164cb833be8f5db Mon Sep 17 00:00:00 2001 From: Shariq Ansari <30859809+shariquerik@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:49:52 +0530 Subject: [PATCH] chore: removed commented code (cherry picked from commit f9f405cc00e156a64df045dc6df700bb6ece929f) --- frontend/src/components/Modals/OrganizationModal.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/Modals/OrganizationModal.vue b/frontend/src/components/Modals/OrganizationModal.vue index b4210d70..2dbc661a 100644 --- a/frontend/src/components/Modals/OrganizationModal.vue +++ b/frontend/src/components/Modals/OrganizationModal.vue @@ -175,6 +175,5 @@ function openAddressModal(_address) { doctype: 'Address', address: _address, } - //nextTick(() => (show.value = false)) } \ No newline at end of file