Merge pull request #1222 from frappe/mergify/bp/main-hotfix/pr-1221

fix: address creation not returning to organization modal (backport #1221)
This commit is contained in:
Shariq Ansari 2025-09-04 17:53:54 +05:30 committed by GitHub
commit b066eb8c75
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>