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: {
addressModel: {
handler(newValue) {
// The first time the address model changes is w
if (!newValue.city &&
!newValue.state &&
!newValue.zipCode) {