Skip to content

Commit 3dd5509

Browse files
committed
chore: remove cdr
1 parent 056ebe0 commit 3dd5509

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/wc/src/app/components/error/error.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import {
3030
export class ErrorComponent implements OnInit {
3131
private i18nService = inject(I18nService);
3232
private luigiCoreService = inject(LuigiCoreService);
33-
private cdr = inject(ChangeDetectorRef);
3433

3534
public context = input.required<any>();
3635

@@ -68,8 +67,6 @@ export class ErrorComponent implements OnInit {
6867
this.config.set(await this.getErrorDefaultConfig());
6968
}
7069
}
71-
72-
this.cdr.markForCheck();
7370
}
7471

7572
private async getError404Config(): Promise<ErrorConfig> {

0 commit comments

Comments
 (0)