Fixes console error, comments line for older version of filters

This commit is contained in:
apapachristou 2019-05-15 11:17:20 +03:00
parent 98f1e787d6
commit 0f89b75e61
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ export class ExploreDatasetFiltersComponent extends BaseComponent implements OnI
}
ngAfterViewInit(): void {
this.accordion.openAll();
// this.accordion.openAll();
}
public projectStatusChanged(event) {