1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

revert hinting against title

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-06-23 09:14:41 -04:00
parent 577e8e289c
commit 63b7d4e19a

View File

@ -43,7 +43,6 @@ export interface IconProps extends React.HTMLAttributes<any>, TooltipDecoratorPr
focusable?: boolean; // allow focus to the icon + show .active styles (default: "true", when icon is interactive)
sticker?: boolean;
disabled?: boolean;
title?: undefined; // to suggest to TS users to use tooltip instead
}
@withTooltip