CASH-1153: remove line that was conflicting and causing error
This commit is contained in:
parent
ef99e473a7
commit
4775a7d077
1 changed files with 0 additions and 1 deletions
|
|
@ -1594,7 +1594,6 @@ export default {
|
||||||
this.state = newZipCode.state;
|
this.state = newZipCode.state;
|
||||||
this.zipCode = newZipCode.zipCode;
|
this.zipCode = newZipCode.zipCode;
|
||||||
this.zipCodeCtu = newZipCode.zipCodeCtu;
|
this.zipCodeCtu = newZipCode.zipCodeCtu;
|
||||||
this.zipContainsMilitaryBase = newZipCode.containsMilitaryBase;
|
|
||||||
this.selectedDate = null;
|
this.selectedDate = null;
|
||||||
this.initializeDatePicker();
|
this.initializeDatePicker();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue