diff --git a/packages/core/src/components/alert/alert.tsx b/packages/core/src/components/alert/alert.tsx index aca45e912b..84d21563df 100644 --- a/packages/core/src/components/alert/alert.tsx +++ b/packages/core/src/components/alert/alert.tsx @@ -172,6 +172,7 @@ export class Alert extends AbstractPureComponent { return ( ; + /** * CSS styles to apply to the dialog. * @@ -128,7 +133,7 @@ export class Dialog extends AbstractPureComponent { } public render() { - const { className, children, containerRef, style, title, ...overlayProps } = this.props; + const { className, children, containerRef, style, title, role = "dialog", ...overlayProps } = this.props; return ( { >