Merge pull request #1221 from aftabshaikh-agkiya/fix/address-modal

This commit is contained in:
Shariq Ansari 2025-09-04 17:50:54 +05:30 committed by GitHub
commit 9c1d0b3d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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