change to pre-req

This commit is contained in:
Katie Kroell 2023-11-03 13:43:30 -04:00
parent 0af856a3fe
commit 0e46cf2db2

View file

@ -338,7 +338,7 @@ export default {
},
methods: {
arePagePrerequisitesValid() {
return !!useMainStore().vehicle.vin;
return !!useMainStore().vehicle.carId;
},
async initializeComponent() {
if (this.policyLookupSuccessful