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 daf81ac commit 8b15c7dCopy full SHA for 8b15c7d
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