correct type errors

This commit is contained in:
Julian Krauser 2025-05-11 16:44:16 +02:00
parent bdc139f37f
commit d5c33d899f
5 changed files with 19 additions and 5 deletions

View file

@ -85,6 +85,8 @@ export default defineComponent({
let formData = e.target.elements;
let createVehicle: CreateVehicleViewModel = {
name: "",
location: "",
vehicleTypeId: "",
};
this.status = "loading";
this.createVehicle(createVehicle)