diff --git a/projects/storefrontlib/shared/components/anonymous-consents-dialog/anonymous-consent-dialog.component.ts b/projects/storefrontlib/shared/components/anonymous-consents-dialog/anonymous-consent-dialog.component.ts index 54a5680fec1..f4c9aa07422 100644 --- a/projects/storefrontlib/shared/components/anonymous-consents-dialog/anonymous-consent-dialog.component.ts +++ b/projects/storefrontlib/shared/components/anonymous-consents-dialog/anonymous-consent-dialog.component.ts @@ -7,7 +7,6 @@ import { Component, ElementRef, - HostBinding, HostListener, inject, OnDestroy, @@ -35,9 +34,6 @@ import { LaunchDialogService } from '../../../layout/launch-dialog/services/laun templateUrl: './anonymous-consent-dialog.component.html', }) export class AnonymousConsentDialogComponent implements OnInit, OnDestroy { - @HostBinding('attr.role') role = 'dialog'; - @HostBinding('attr.aria-modal') modal = true; - private subscriptions = new Subscription(); private featureConfigService = inject(FeatureConfigService);