Skip to content

Commit

Permalink
Revert "[4.0-7.9] [BUGFIX] Removed unnecessary function call"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Sanchez Robles committed Nov 6, 2020
1 parent 6a1201e commit d12dcd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/components/overview/metrics/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export class Metrics extends Component {
this.indexPattern = await getIndexPattern();
this.scope = await this.modulesHelper.getDiscoverScope();
this._isMount = true;
this.buildMetric();
}

async getResults(filterParams, aggs = {}){
Expand Down

0 comments on commit d12dcd3

Please sign in to comment.