Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

fix: LEAP-515: Fix CommentForm for old UI #1661

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: LEAP-515: Fix CommentForm for old UI
annotationStore was not passed to Comments panel there
hlomzik committed Jan 9, 2024
commit 5cb5557d63239fef12e1d8290a21ff3dadecb766
1 change: 1 addition & 0 deletions src/components/AnnotationTab/AnnotationTab.js
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ export const AnnotationTab = observer(({ store }) => {

<Elem name="content">
<Comments
annotationStore={as}
commentStore={store.commentStore}
cacheKey={`task.${store.task.id}`}
/>