Skip to content

Commit

Permalink
revert tooltip in order to split PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 12, 2022
1 parent 49e625b commit fec91da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions webview/src/experiments/components/table/CellRowActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ export const CellRowActions: React.FC<CellRowActionsProps> = ({
showSubRowStates={showSubRowStates}
subRowsAffected={plotSelections}
testId={'row-action-plot'}
tooltipContent={
bulletColor
? 'Click to Unplot\nTo open the plots view click the plot icon in the top left corner\nor use "DVC: Show Plots" from the command palette.'
: 'Click to Plot\nTo open the plots view click the plot icon in the top left corner\nor use "DVC: Show Plots" from the command palette.'
}
tooltipContent={getTooltipContent(!!bulletColor, 'Plot')}
>
<span
className={styles.bullet}
Expand Down

0 comments on commit fec91da

Please sign in to comment.