Skip to content

Commit 1b44fdb

Browse files
Smaller fixes
1 parent 19d10ef commit 1b44fdb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/projects/projectId/labeling/sessionId/sub-components/QuickButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function QuickButtons(props: QuickButtonsProps) {
3939
return (<div className="flex flex-row flex-wrap gap-2 items-center">
4040
<QuickButton attributeName="showManual" caption="Manual" dataTipCaption="manual" hoverClass="labelOverlayManual" setAllLabelDisplaySetting={() => setAllLabelDisplaySetting(true, 'showManual')} />
4141
<QuickButton attributeName="showWeakSupervision" caption="Weak Supervision" dataTipCaption="weak supervision" hoverClass="labelOverlayWeakSupervision" setAllLabelDisplaySetting={() => setAllLabelDisplaySetting(true, 'showWeakSupervision')} />
42-
<QuickButton attributeName="showHeuristics" caption="Heuristic" dataTipCaption="heuristic" hoverClass="labelOverlayModel" setAllLabelDisplaySetting={() => setAllLabelDisplaySetting(true, 'showHeuristics')} />
42+
<QuickButton attributeName="showHeuristics" caption="Heuristic" dataTipCaption="heuristic" hoverClass="labelOverlayHeuristic" setAllLabelDisplaySetting={() => setAllLabelDisplaySetting(true, 'showHeuristics')} />
4343
<button onClick={() => setAllLabelDisplaySetting(true)}
4444
className="text-sm font-medium px-2 py-0.5 rounded-md border focus:outline-none cursor-pointer flex flex-row flex-no-wrap gap-x-1 items-center">
4545
{QUICK_BUTTONS.all && <div className="grid grid-cols-2 gap-0.5">

src/util/tooltip-constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ export const TOOLTIPS_DICT = {
166166
[CurrentPage.DATA_BROWSER]: {
167167
'ONLY_MANAGED': 'Only usable for the managed version',
168168
'CLEAR_WS_CONFIDENCE': 'Clear filter for weakly supervised confidence',
169-
'CLEAR_MC_CONFIDENCE': 'Clear filter for model callback confidence',
170169
'CONNECT': 'Connection within atomic filters',
171170
'SAVE_SLICE': 'Store filters to disk',
172171
'CONFIGURATION': 'Change the data browser configurations',

0 commit comments

Comments
 (0)