Skip to content

Commit 84618a7

Browse files
committed
fix: comments drawer not opening from activity search result - MEED-9247 - Meeds-io/MIPs#193 (#4885)
1 parent e93c1ec commit 84618a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/main/webapp/vue-apps/search-activity/components/SearchActivityCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export default {
262262
if (this.commentId) {
263263
options ['commentId'] = this.commentId;
264264
}
265-
this.$refs.activitySearchCommentDrawer.displayActivityComments({detail: options});
265+
this.$refs.activitySearchCommentDrawer.displayActivityComments(options);
266266
},
267267
async closeActivityCommentDrawer() {
268268
await this.$nextTick();

0 commit comments

Comments
 (0)