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