Need help functionality
This commit is contained in:
parent
88eb468616
commit
0017c49a6d
1 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@
|
|||
linkType="navigation"
|
||||
:text="needHelpLinkText"
|
||||
href="#"
|
||||
@clickEvent="handleNeedHelpClick" />
|
||||
@clickEvent="needHelpLinkClick" />
|
||||
</div>
|
||||
</div>
|
||||
</Form>
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue