Skip to content

Commit a87dc09

Browse files
committed
update(audio-annotator-react): update types
1 parent daf685c commit a87dc09

File tree

1 file changed

+1
-0
lines changed
  • packages/audio-annotator-react/src/Toolbar

1 file changed

+1
-0
lines changed

packages/audio-annotator-react/src/Toolbar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export function AnnotatorToolbar({ right }: IToolbarInEditorProps) {
3232
const { onToolChange, currentTool, config, attributeModalOpen } = useTool();
3333
const { onOrderVisibleChange, orderVisible, disabled } = useAnnotationCtx();
3434
const { redo, undo, pastRef, futureRef } = useHistoryCtx();
35+
// @ts-ignore
3536
const { t } = useTranslation();
3637

3738
const handleToolChange = (tool?: VideoAnnotationType) => () => {

0 commit comments

Comments
 (0)