fix: address creation not returning to organization modal

This commit is contained in:
Aftab Shaikh 2025-09-03 13:08:26 +05:30
parent 4f08cb95e8
commit 32993af090

View File

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