This commit is contained in:
2020-04-18 20:40:10 +00:00
parent 371bcba701
commit 72e1662f85
2 changed files with 32 additions and 52 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) {
@@ -159,7 +159,8 @@ export default {
"Loading",
"DataListView",
"FilterUnsaved",
"Heading"
"Heading",
"Table"
],
////////////////////////////////////////////////////////