This commit is contained in:
@@ -191,7 +191,7 @@ export default {
|
|||||||
});
|
});
|
||||||
|
|
||||||
//ABOUT
|
//ABOUT
|
||||||
if (!isCoreBizObject && !ctx.helpUrl != "form-ay-about") {
|
if (!isCoreBizObject && ctx.helpUrl != "form-ay-about") {
|
||||||
vm.appBar.menuItems.push({
|
vm.appBar.menuItems.push({
|
||||||
title: "HelpAboutAyaNova",
|
title: "HelpAboutAyaNova",
|
||||||
icon: "fa-info-circle",
|
icon: "fa-info-circle",
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ function generateMenu(vm) {
|
|||||||
{
|
{
|
||||||
title: "HelpTechSupport",
|
title: "HelpTechSupport",
|
||||||
icon: "fa-life-ring",
|
icon: "fa-life-ring",
|
||||||
href: "",
|
href: window.$gz.menu.contactSupportUrl(),
|
||||||
target: "blank",
|
target: "blank",
|
||||||
key: "about:contact"
|
key: "about:contact"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user