remove unused async

This commit is contained in:
Moriz Wahl 2023-04-05 17:29:05 +02:00
parent f0cfd1b309
commit d3ec787d88

View File

@ -96,8 +96,8 @@ export default {
openCreations: [],
}
},
async mounted() {
await this.updateTabIndex()
mounted() {
this.updateTabIndex()
},
apollo: {
OpenCreations: {