diff --git a/apps/comments/src/views/Comments.vue b/apps/comments/src/views/Comments.vue index 3862bebc25b..39ee7ad07f1 100644 --- a/apps/comments/src/views/Comments.vue +++ b/apps/comments/src/views/Comments.vue @@ -152,7 +152,7 @@ export default { async update(resourceId) { this.currentResourceId = resourceId this.resetState() - this.getComments() + await this.getComments() }, /**