From 463d02f22f9814068f8af2d7220ab5cac2320531 Mon Sep 17 00:00:00 2001 From: Nadim Salloum Date: Tue, 5 Jul 2022 21:39:52 +0200 Subject: [PATCH] fix insurance type edit --- resources/js/Pages/Contracts/Edit.vue | 1 + 1 file changed, 1 insertion(+) 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, }, }; },