diff --git a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx index 426aca0ff5f..0a829b79d22 100644 --- a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx +++ b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx @@ -105,8 +105,12 @@ export const OptionsPaneCategory: FC = React.memo( aria-label={selectors.components.OptionsGroup.group(id)} ref={ref} > -
+ {/* disabling a11y rules here because there's a Button that handles keyboard interaction */} + {/* this just provides a better experience for mouse users */} + {/* eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions */} +