This commit is contained in:
Jason Wheeler 2022-11-16 11:28:38 -05:00
parent c008ac3ff3
commit c186786b75

View file

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