mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Wip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user