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

Commit

Permalink
Merge branch 'fb-optic-354/comment-draft-preserved-between-annotation…
Browse files Browse the repository at this point in the history
…s' of github.com:heartexlabs/label-studio-frontend into fb-optic-354/comment-draft-preserved-between-annotations
  • Loading branch information
Travis1282 committed Jan 3, 2024
2 parents 349d997 + e34c621 commit 4b5a30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Comments/Comments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FF_DEV_3034, isFF } from '../../utils/feature-flags';
import './Comments.styl';


export const Comments: FC<{ annotationStore: any; commentStore: any, cacheKey?: string }> = observer(({ annotationStore, commentStore, cacheKey }) => {
export const Comments: FC<{ annotationStore: any, commentStore: any, cacheKey?: string }> = observer(({ annotationStore, commentStore, cacheKey }) => {
const mounted = useMounted();

const loadComments = async () => {
Expand Down

0 comments on commit 4b5a30c

Please sign in to comment.