Skip to content

Commit 715bc96

Browse files
committed
Copilot comment
1 parent 16b1eac commit 715bc96

File tree

1 file changed

+1
-1
lines changed
  • web_ui/src/pages/annotator/providers/annotator-provider

1 file changed

+1
-1
lines changed

web_ui/src/pages/annotator/providers/annotator-provider/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const DefaultHotkeys = (
7777
close: 'escape',
7878
hideAllAnnotations: 'a',
7979
accept: 'enter',
80-
['empty-label']: `n`,
80+
['empty-label']: 'n',
8181
[ToolType.SelectTool]: 'v',
8282
[ToolType.SSIMTool]: 'd',
8383
[ToolType.RITMTool]: 'i',

0 commit comments

Comments
 (0)