fix: address creation not returning to organization modal
This commit is contained in:
parent
4f08cb95e8
commit
32993af090
@ -175,6 +175,6 @@ function openAddressModal(_address) {
|
|||||||
doctype: 'Address',
|
doctype: 'Address',
|
||||||
address: _address,
|
address: _address,
|
||||||
}
|
}
|
||||||
nextTick(() => (show.value = false))
|
//nextTick(() => (show.value = false))
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user