Skip to content

Commit

Permalink
fix(modal): remove title attribute from modal window (#852)
Browse files Browse the repository at this point in the history
Co-authored-by: Maomao Meyer-Zhang <maomao.meyer-zhang@telekom.de>
  • Loading branch information
maomaoZH and Maomao Meyer-Zhang authored Feb 8, 2022
1 parent 709aa6c commit 3e4213b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/components/modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ export class Modal {
role="dialog"
aria-modal="true"
aria-label={this.heading}
title={this.heading}
>
<div
class="modal__header"
Expand Down

0 comments on commit 3e4213b

Please sign in to comment.