Fixes console error, comments line for older version of filters
This commit is contained in:
parent
98f1e787d6
commit
0f89b75e61
|
@ -113,7 +113,7 @@ export class ExploreDatasetFiltersComponent extends BaseComponent implements OnI
|
|||
}
|
||||
|
||||
ngAfterViewInit(): void {
|
||||
this.accordion.openAll();
|
||||
// this.accordion.openAll();
|
||||
}
|
||||
|
||||
public projectStatusChanged(event) {
|
||||
|
|
Loading…
Reference in New Issue