diff --git a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx index 2540fe59a60..8e284c59e11 100644 --- a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx +++ b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx @@ -131,7 +131,7 @@ export const OptionsPaneCategory = React.memo( variant="secondary" aria-expanded={isExpanded} className={styles.toggleButton} - icon={isExpanded ? 'angle-down' : 'angle-up'} + icon={isExpanded ? 'angle-up' : 'angle-down'} onClick={onToggle} />