This commit is contained in:
@@ -301,7 +301,7 @@ function generateMenu(vm) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "Translation",
|
||||
icon: "fa-language",
|
||||
data: "adm-translation",
|
||||
data: "adm-translations",
|
||||
key: "app:nav"
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<v-container fluid>
|
||||
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
||||
{{ formState }}
|
||||
<v-row v-if="formState.ready">
|
||||
<v-col>
|
||||
<v-form ref="form">
|
||||
|
||||
Reference in New Issue
Block a user