rename value

This commit is contained in:
Katie Kroell 2024-01-04 13:26:49 -05:00
parent 291f5c9bf3
commit 4c6e098f2d

View file

@ -532,7 +532,7 @@ export const useMainStore = defineStore({
model: this.order.vehicle.model, model: this.order.vehicle.model,
vin: this.order.vehicle.vin vin: this.order.vehicle.vin
}, },
damageDescription: this.order.policy.damageCause cause: this.order.policy.damageCause
} }
} }
}).then((response) => { }).then((response) => {