mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 14:01:34 -05:00
fix(comments): Correctly await the getComments() call
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
3120a484f0
commit
95704cdf57
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ export default {
|
|||
async update(resourceId) {
|
||||
this.currentResourceId = resourceId
|
||||
this.resetState()
|
||||
this.getComments()
|
||||
await this.getComments()
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue