Skip to content

Commit

Permalink
Merge pull request #2587 from wazuh/bugfix/issue-2586-several-stas-re…
Browse files Browse the repository at this point in the history
…quest

[4.0-7.9] [BUGFIX] Removed unnecessary function call
  • Loading branch information
jsanchez91 committed Nov 5, 2020
2 parents 91958f0 + 85cd526 commit 523e666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/components/overview/metrics/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ 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 523e666

Please sign in to comment.