Skip to content

Commit

Permalink
change search filter isOpenByDefault autoserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangantner committed Dec 27, 2024
1 parent 6ac9229 commit d61cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/search/models/search-filter-config.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class SearchFilterConfig implements CacheableObject {
/**
* Defines if the item facet is collapsed by default or not on the search page
*/
@autoserialize
@autoserializeAs(Boolean, 'openByDefault')
isOpenByDefault: boolean;

/**
Expand Down

0 comments on commit d61cb33

Please sign in to comment.