From b2b874e988a8477c896190bf7f412753d0261dbe Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 15 Feb 2022 14:53:05 -0500 Subject: [PATCH] Fixing filter functionality --- .../damage-location-question/damage-location-question.vue | 1 - .../replace-options-question/replace-options-question.vue | 2 +- src/layouts/vehicle-damage/vehicle-damage.vue | 6 +++++- 3 files changed, 6 insertions(+), 3 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 36eac0831..58a74a31c 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 @@ -1,7 +1,6 @@ @@ -68,6 +69,9 @@ export default { vm.$refs.damageLocation.initializeComponent( resultMap.cmsContent.DamageLocationQuestion, resultMap.damageOptions ); + vm.$refs.windshieldOptions.initializeComponent( + resultMap.cmsContent.WindshieldReplaceOptionsQuestion, resultMap.damageOptions.windshieldOptions.availableReplacementOptions + ); vm.$refs.funnelFooter.initializeComponent( resultMap.cmsContent.FunnelFooterWidget );