We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4d7f5 commit c262dcfCopy full SHA for c262dcf
src/notification/toast.component.ts
@@ -37,7 +37,7 @@ import { BaseNotification } from "./base-notification.component";
37
*ngIf="!isCloseHidden"
38
class="cds--toast-notification__close-button"
39
type="button"
40
- [attr.aria-label]="notificationObj.closeLabel"
+ [attr.aria-label]="notificationObj.closeLabel | async"
41
(click)="onClose()">
42
<svg cdsIcon="close" size="16" class="cds--toast-notification__close-icon"></svg>
43
</button>
0 commit comments