This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user