diff --git a/public/app/features/explore/ResponsiveButton.tsx b/public/app/features/explore/ResponsiveButton.tsx index 97f763e57f1..2d11e5adc76 100644 --- a/public/app/features/explore/ResponsiveButton.tsx +++ b/public/app/features/explore/ResponsiveButton.tsx @@ -31,6 +31,7 @@ export const ResponsiveButton = forwardRef((props, ref className={`btn navbar-button ${buttonClassName ? buttonClassName : ''}`} onClick={onClick} disabled={disabled || false} + ref={ref} > {iconClassName && iconSide === IconSide.left ? : null} {!splitted ? formatBtnTitle(title, iconSide) : ''}