We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93c1ec commit 84618a7Copy full SHA for 84618a7
webapp/src/main/webapp/vue-apps/search-activity/components/SearchActivityCard.vue
@@ -262,7 +262,7 @@ export default {
262
if (this.commentId) {
263
options ['commentId'] = this.commentId;
264
}
265
- this.$refs.activitySearchCommentDrawer.displayActivityComments({detail: options});
+ this.$refs.activitySearchCommentDrawer.displayActivityComments(options);
266
},
267
async closeActivityCommentDrawer() {
268
await this.$nextTick();
0 commit comments