Skip to content

Commit

Permalink
newThresholdValuePct is not updating in characterization #2572 (#2574)
Browse files Browse the repository at this point in the history
(cherry picked from commit 31d5560)
  • Loading branch information
anton-abushkevich committed Jun 29, 2021
1 parent e78dcf2 commit e82bd3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ define([
cohortIds: cohorts,
analysisIds: analyses,
domainIds: domains,
thresholdValuePct: this.thresholdValuePct() / 100,
thresholdValuePct: this.newThresholdValuePct() / 100,
showEmptyResults: !!this.showEmptyResults(),
};

Expand Down

0 comments on commit e82bd3e

Please sign in to comment.