Skip to content

Commit

Permalink
[core] fix(DialogFooter): remove invalid role "dialogfooter" (#5983)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandercar-vt authored Feb 28, 2023
1 parent 43beb7b commit 7c59b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/components/dialog/dialogFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class DialogFooter extends AbstractPureComponent2<DialogFooterProps> {
className={classNames(Classes.DIALOG_FOOTER, this.props.className, {
[Classes.DIALOG_FOOTER_FIXED]: !this.props.minimal,
})}
role="dialogfooter"
>
{this.renderMainSection()}
{this.maybeRenderActionsSection()}
Expand Down

1 comment on commit 7c59b1e

@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(DialogFooter): remove invalid role "dialogfooter" (#5983)

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.