mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused async
This commit is contained in:
parent
f0cfd1b309
commit
d3ec787d88
@ -96,8 +96,8 @@ export default {
|
||||
openCreations: [],
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
await this.updateTabIndex()
|
||||
mounted() {
|
||||
this.updateTabIndex()
|
||||
},
|
||||
apollo: {
|
||||
OpenCreations: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user