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 Mar 8, 2024
1 parent 230055c commit 7e96472
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 @@ -47,7 +47,7 @@ import { CacheableObject } from '../../../core/cache/cacheable-object.model';
/**
* 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 7e96472

Please sign in to comment.