See previous comment

This commit is contained in:
Leah Schumann 2022-05-17 10:09:39 -04:00
parent 1bfe78c3bc
commit 2bd1c81a95

View file

@ -272,6 +272,7 @@ export default ({
watch: { watch: {
addressModel: { addressModel: {
handler(newValue) { handler(newValue) {
// The first time the address model changes is w
if (!newValue.city && if (!newValue.city &&
!newValue.state && !newValue.state &&
!newValue.zipCode) { !newValue.zipCode) {