fix(comments): Correctly await the getComments() call

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-10-09 11:07:17 +02:00 committed by backportbot[bot]
parent 3120a484f0
commit 95704cdf57

View file

@ -152,7 +152,7 @@ export default {
async update(resourceId) {
this.currentResourceId = resourceId
this.resetState()
this.getComments()
await this.getComments()
},
/**