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

Commit

Permalink
fix: LEAP-515: Fix CommentForm for old UI (#1661)
Browse files Browse the repository at this point in the history
annotationStore was not passed to Comments panel there
  • Loading branch information
hlomzik authored Jan 9, 2024
1 parent 083812f commit d4182be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AnnotationTab/AnnotationTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const AnnotationTab = observer(({ store }) => {

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

0 comments on commit d4182be

Please sign in to comment.