78991: Don't initialize SearchFilterComponent with closed=true

This commit is contained in:
Yura Bondarenko
2021-04-26 11:46:16 +02:00
parent 6c2a3431c1
commit 4634d2a4a8

View File

@@ -35,7 +35,7 @@ export class SearchFilterComponent implements OnInit {
/** /**
* True when the filter is 100% collapsed in the UI * True when the filter is 100% collapsed in the UI
*/ */
closed = true; closed: boolean;
/** /**
* Emits true when the filter is currently collapsed in the store * Emits true when the filter is currently collapsed in the store