Skip to content

Commit

Permalink
Update fy-filters.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Sep 10, 2024
1 parent 345075d commit 315bf97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/shared/components/fy-filters/fy-filters.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ export class FyFiltersComponent implements OnInit {

constructor(private modalController: ModalController) {}

get FilterOptionType(): typeof FilterOptionType {
get FilterOptionType() {
return FilterOptionType;
}

ngOnInit(): void {
ngOnInit() {
const activeFilterInitialIndex =
(this.activeFilterInitialName &&
this.filterOptions.findIndex((option) => option.name === this.activeFilterInitialName)) ||
Expand Down

0 comments on commit 315bf97

Please sign in to comment.