Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kulgg committed Feb 28, 2024
1 parent ed2b08b commit 5a15d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class CatalogPageComponent implements OnInit, OnDestroy {
if (this.sortBy.value?.sorting !== state.activeSorting?.sorting) {
this.sortBy.setValue(state.activeSorting);
}
if (!this.expandedFilterId && this.state.isPageReady) {
if (!this.expandedFilterId && this.state.fetchedData.isReady) {
this.expandedFilterId =
this.state.fetchedData.data.availableFilters.fields[0].id;
}
Expand Down

0 comments on commit 5a15d6c

Please sign in to comment.