This commit is contained in:
2020-07-06 15:24:53 +00:00
parent 15f543e3b6
commit f7008cf824
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ export default {
});
//ABOUT
if (!isCoreBizObject && !ctx.helpUrl != "form-ay-about") {
if (!isCoreBizObject && ctx.helpUrl != "form-ay-about") {
vm.appBar.menuItems.push({
title: "HelpAboutAyaNova",
icon: "fa-info-circle",

View File

@@ -212,7 +212,7 @@ function generateMenu(vm) {
{
title: "HelpTechSupport",
icon: "fa-life-ring",
href: "",
href: window.$gz.menu.contactSupportUrl(),
target: "blank",
key: "about:contact"
}