This commit is contained in:
2020-04-05 19:36:08 +00:00
parent f32de0d01a
commit 13d92158a6
3 changed files with 5 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ export default {
)
.then(window.$gz.api.status)
.then(window.$gz.api.json)
.then(response => {
.then((response) => {
window.$gz._.forEach(
response.data,
function commitFetchedLTItemToStore(item) {
@@ -150,7 +150,6 @@ export default {
"DeletePrompt",
"AreYouSureUnsavedChanges",
"Leave",
"Copy",
"Tags",
"Customize",
"ObjectCustomFieldCustomGrid",