Skip to content

Commit

Permalink
[core] fix(DialogBody): remove invalid aria role "dialogbody" (#6170)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandercar-vt authored May 23, 2023
1 parent 4f1f951 commit 67b187b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/components/dialog/dialogBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class DialogBody extends AbstractPureComponent2<DialogBodyProps> {
public render() {
return (
<div
role="dialogbody"
className={classNames(Classes.DIALOG_BODY, this.props.className, {
[Classes.DIALOG_BODY_SCROLL_CONTAINER]: this.props.useOverflowScrollContainer,
})}
Expand Down

1 comment on commit 67b187b

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix(DialogBody): remove invalid aria role "dialogbody" (#6170)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.