diff --git a/public/app/features/explore/ResponsiveButton.tsx b/public/app/features/explore/ResponsiveButton.tsx index 078dfc5cdfa..6821a163cf2 100644 --- a/public/app/features/explore/ResponsiveButton.tsx +++ b/public/app/features/explore/ResponsiveButton.tsx @@ -25,20 +25,10 @@ export const ResponsiveButton = forwardRef((props, ref) = }; props = { ...defaultProps, ...props }; - const { - title, - onClick, - buttonClassName, - iconClassName, - splitted, - iconSide, - disabled, - onMouseEnter, - onMouseLeave, - } = props; + const { title, onClick, buttonClassName, iconClassName, splitted, iconSide, disabled, ...divElementProps } = props; return ( -
+