diff --git a/resources/js/Pages/Contracts/Edit.vue b/resources/js/Pages/Contracts/Edit.vue index e5a9215..79c5152 100644 --- a/resources/js/Pages/Contracts/Edit.vue +++ b/resources/js/Pages/Contracts/Edit.vue @@ -51,6 +51,7 @@ export default { price: this.contract.price, notes: this.contract.notes, insurance_type: this.contract.insurance_type, + type: this.contract.type, }, }; },