fix: address creation not returning to organization modal

(cherry picked from commit 32993af090f2e741254ffb2ce8241ed11122f11b)
This commit is contained in:
Aftab Shaikh 2025-09-03 13:08:26 +05:30 committed by Mergify
parent 2ac8a06bae
commit 728150e324

View File

@ -175,6 +175,6 @@ function openAddressModal(_address) {
doctype: 'Address',
address: _address,
}
nextTick(() => (show.value = false))
//nextTick(() => (show.value = false))
}
</script>