Docker Fix (#2426)
This commit is contained in:
parent
2f6e76fbe4
commit
36813da54c
1 changed files with 0 additions and 5 deletions
|
@ -26,7 +26,6 @@ import {JumpbarService} from "../_services/jumpbar.service";
|
||||||
export class AllFiltersComponent implements OnInit {
|
export class AllFiltersComponent implements OnInit {
|
||||||
private readonly cdRef = inject(ChangeDetectorRef);
|
private readonly cdRef = inject(ChangeDetectorRef);
|
||||||
private readonly jumpbarService = inject(JumpbarService);
|
private readonly jumpbarService = inject(JumpbarService);
|
||||||
private readonly hubService = inject(MessageHubService);
|
|
||||||
private readonly router = inject(Router);
|
private readonly router = inject(Router);
|
||||||
private readonly filterService = inject(FilterService);
|
private readonly filterService = inject(FilterService);
|
||||||
|
|
||||||
|
@ -42,10 +41,6 @@ export class AllFiltersComponent implements OnInit {
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
this.cdRef.markForCheck();
|
this.cdRef.markForCheck();
|
||||||
});
|
});
|
||||||
// this.hubService.messages$.pipe(debounceTime(6000), takeUntilDestroyed(this.destroyRef)).subscribe((event: Message<any>) => {
|
|
||||||
// if (event.event !== EVENTS.) return;
|
|
||||||
// this.loadPage();
|
|
||||||
// });
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async loadSmartFilter(filter: SmartFilter) {
|
async loadSmartFilter(filter: SmartFilter) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue