Skip to content

Commit

Permalink
Merge pull request #2597 from wazuh/revert-2587-bugfix/issue-2586-sev…
Browse files Browse the repository at this point in the history
…eral-stas-request

Revert "[4.0-7.9] [BUGFIX] Removed unnecessary function call"
  • Loading branch information
jsanchez91 committed Nov 6, 2020
2 parents 6a1201e + d12dcd3 commit a2a6231
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 a2a6231

Please sign in to comment.