From 24b4fc9d165b480f4d97f876c772dd4439155785 Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Thu, 28 Apr 2022 15:34:53 -0400 Subject: [PATCH] removed unused props --- .../damage-location-question/damage-location-question.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue index 7f8e1f08a..16d67b3ee 100644 --- a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue +++ b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue @@ -31,11 +31,7 @@ export default ({ } }, props: { - isMultiSelect: Boolean, modelValue: Array, - isAvailable: Boolean, - filterByVehicleCategory: Boolean, - name: String, groupName: String, cmsWidgetName: String, },