This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -212,7 +212,7 @@ function generateMenu(vm) {
|
||||
{
|
||||
title: "HelpTechSupport",
|
||||
icon: "fa-life-ring",
|
||||
href: "",
|
||||
href: window.$gz.menu.contactSupportUrl(),
|
||||
target: "blank",
|
||||
key: "about:contact"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user