mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
delete unused local keys
This commit is contained in:
parent
6bd02a2d4b
commit
6acb944ac0
@ -159,6 +159,5 @@
|
||||
},
|
||||
"user_deleted": "Nutzer ist gelöscht.",
|
||||
"user_recovered": "Nutzer ist wiederhergestellt.",
|
||||
"user_search": "Nutzer-Suche",
|
||||
"preview": "Vorschau"
|
||||
"user_search": "Nutzer-Suche"
|
||||
}
|
||||
|
||||
@ -159,6 +159,5 @@
|
||||
},
|
||||
"user_deleted": "User is deleted.",
|
||||
"user_recovered": "User is recovered.",
|
||||
"user_search": "User search",
|
||||
"preview": "Preview"
|
||||
"user_search": "User search"
|
||||
}
|
||||
|
||||
@ -80,7 +80,6 @@ export default {
|
||||
.then((result) => {
|
||||
this.$store.commit('resetOpenCreations')
|
||||
this.pendingCreations = result.data.listUnconfirmedContributions
|
||||
console.log(this.pendingCreations)
|
||||
this.$store.commit('setOpenCreations', result.data.listUnconfirmedContributions.length)
|
||||
})
|
||||
.catch((error) => {
|
||||
@ -96,8 +95,6 @@ export default {
|
||||
this.item = item
|
||||
},
|
||||
updateState(id) {
|
||||
console.log('admin updateState', id)
|
||||
console.log(this.pendingCreations)
|
||||
this.pendingCreations.find((item) => item.id === id).state = 'IN_PROGRESS'
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user