pull/61397/head
Levente Balogh 2 years ago
parent 3a25ac4b13
commit 7f080c7f77
  1. 2
      packages/grafana-ui/src/components/Alert/Alert.tsx

@ -59,7 +59,7 @@ export const Alert = React.forwardRef<HTMLDivElement, Props>(
error: 'alert',
warning: 'alert',
info: 'status',
success: 'status',
success: 'status', // TMP
};
const role = restProps['role'] || rolesBySeverity[severity];
const ariaLabel = restProps['aria-label'] || title;

Loading…
Cancel
Save