This commit is contained in:
2020-04-13 23:50:45 +00:00
parent b04f822eca
commit ee067d1d92
3 changed files with 24 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ export default {
.then(window.$gz.api.status)
.then(window.$gz.api.json)
// eslint-disable-next-line
.then((response) => {
.then(response => {
window.$gz._.forEach(
response.data,
function commitFetchedLTItemToStore(item) {
@@ -103,7 +103,6 @@ export default {
"MenuHelp",
"More",
"Logout",
//form required options
"Active",
"New",
"Cancel",