Skip to content

Commit

Permalink
[Tooltip] Remove data-foo attribute (#35736)
Browse files Browse the repository at this point in the history
Signed-off-by: Dara <[email protected]>
  • Loading branch information
koolskateguy89 authored Jan 9, 2023
1 parent 7be5a1d commit e75eb4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-material/src/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ const Tooltip = React.forwardRef(function Tooltip(inProps, ref) {
timeout={theme.transitions.duration.shorter}
{...TransitionPropsInner}
{...transitionProps}
data-foo="bar"
>
<TooltipComponent {...tooltipProps}>
{title}
Expand Down

0 comments on commit e75eb4b

Please sign in to comment.