Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Nov 10, 2023
1 parent 2f6e76f commit 390f66c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions UI/Web/src/app/all-filters/all-filters.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import {JumpbarService} from "../_services/jumpbar.service";
export class AllFiltersComponent implements OnInit {
private readonly cdRef = inject(ChangeDetectorRef);
private readonly jumpbarService = inject(JumpbarService);
private readonly hubService = inject(MessageHubService);
private readonly router = inject(Router);
private readonly filterService = inject(FilterService);

Expand All @@ -42,10 +41,6 @@ export class AllFiltersComponent implements OnInit {
this.isLoading = false;
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) {
Expand Down

0 comments on commit 390f66c

Please sign in to comment.