last fix
This commit is contained in:
parent
c008ac3ff3
commit
c186786b75
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue