Skip to content

Commit

Permalink
Restore filter data for API-based implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Sep 14, 2021
1 parent 15db543 commit 50b1a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/overview/overview.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export class OverviewComponent extends DataPollingComponent implements OnInit {
);
});
this.filterData[name] = filterOps;
this.addOrUpdateFilterControls(name, filterOps);
this.filterDisplayData({ term: '', dimension: name });
});
// set pie and table data
this.extractSeriesData();
Expand Down

0 comments on commit 50b1a4d

Please sign in to comment.