From ec37b93e31c6b895b58959734280f598d176f281 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Tue, 21 Mar 2023 17:42:54 -0400 Subject: [PATCH] Change to injected callback pattern, from event pattern. --- .../textbox-question/textbox-question.vue | 33 +++++++++++---- src/layouts/vin-lookup/vin-lookup.vue | 40 ++++++++----------- 2 files changed, 42 insertions(+), 31 deletions(-) diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 3a818e256..76a9f3ec2 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -10,7 +10,7 @@ class="input-wrapper" :class="[ includeSearchIcon ? 'has-search-icon' : '', - includeCameraIcon ? 'has-camera-icon' : '', + includeImageQuestion ? 'has-camera-icon' : '', ]">