Browse Source

add one more didest (#168)

master
Alexey Velikiy 5 years ago committed by GitHub
parent
commit
566220228c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/panel/graph_panel/graph_ctrl.ts

1
src/panel/graph_panel/graph_ctrl.ts

@ -189,6 +189,7 @@ class GraphCtrl extends MetricsPanelCtrl {
async updateAnalyticUnitTypes() {
const analyticUnitTypes = await this.analyticService.getAnalyticUnitTypes();
this._analyticUnitTypes = analyticUnitTypes;
this.$scope.$digest();
}
get analyticUnitTypes() {

Loading…
Cancel
Save