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) {
|
||||
@@ -159,7 +159,8 @@ export default {
|
||||
"Loading",
|
||||
"DataListView",
|
||||
"FilterUnsaved",
|
||||
"Heading"
|
||||
"Heading",
|
||||
"Table"
|
||||
],
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user