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