Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Jan 26, 2024
1 parent 30bd24c commit 9d27702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/notification/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class SbbNotificationElement extends LitElement {
this._setNotificationHeight();
this._open();
this.shadowRoot
.querySelector('.sbb-notification')
?.querySelector<SbbNotificationElement>('.sbb-notification')!
.setAttribute('role', this.getAttribute('role') ?? 'status');
}

Expand Down

0 comments on commit 9d27702

Please sign in to comment.