Skip to content

Commit

Permalink
Merge branch 'develop' into feature/CXSPA_9190_ci_cx_upgrade_2211_32
Browse files Browse the repository at this point in the history
  • Loading branch information
giancorderoortiz authored Jan 13, 2025
2 parents 72446be + 125c6a9 commit bfddec1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import {
Component,
ElementRef,
HostBinding,
HostListener,
inject,
OnDestroy,
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit bfddec1

Please sign in to comment.