File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
components/projects/projectId/labeling/sessionId/sub-components Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments