fix error

This commit is contained in:
SujathaAnishetty 2026-02-17 09:59:41 -05:00
parent 1680ac61e8
commit 54e70770b6

View file

@ -15,7 +15,7 @@
:validationRules="rules.optionRequired" :validationRules="rules.optionRequired"
:index="currentGlassIndex" :index="currentGlassIndex"
@forwardButtonAction="forwardButtonAction" @forwardButtonAction="forwardButtonAction"
@backClick="navigateBackByVehicleQuestions" /> @backClick="navigateBackByVehicleQuestions"
@needHelpClick="requestCallbackBailout" /> @needHelpClick="requestCallbackBailout" />
</Form> </Form>
</template> </template>