From 0017c49a6d16f17e4ab99097d68da3d955e6f369 Mon Sep 17 00:00:00 2001 From: scottkiener-at-safelite Date: Mon, 9 Feb 2026 14:40:17 -0500 Subject: [PATCH] Need help functionality --- src/layouts/tpa-search/tpa-search.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/tpa-search/tpa-search.vue b/src/layouts/tpa-search/tpa-search.vue index 215f0750..befd7772 100644 --- a/src/layouts/tpa-search/tpa-search.vue +++ b/src/layouts/tpa-search/tpa-search.vue @@ -112,7 +112,7 @@ linkType="navigation" :text="needHelpLinkText" href="#" - @clickEvent="handleNeedHelpClick" /> + @clickEvent="needHelpLinkClick" /> @@ -352,7 +352,7 @@ export default { this.reloadingProviders = false; return getTpaProvidersResult?.data ?? []; }, - doNotSeeMyShopLinkClick() { + needHelpLinkClick() { this.mainStore.setBailout(bailoutMessage.RequestCallback()); this.$router.navigate( this.navigationScenarios.CLICKED_NEED_HELP,