This commit is contained in:
Jason Wheeler 2022-11-16 11:19:23 -05:00
parent f84ff4a26e
commit 4122ec257d

View file

@ -198,7 +198,7 @@ export const useMainStore = defineStore({
payload: {},
})
.then((response) => {
updateVehicle(response.vehicle);
this.updateVehicle(response.vehicle);
return response;
});
},