Skip to content

Commit

Permalink
Fix analyseSensitivity api usage
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Mar 22, 2024
1 parent 905556e commit 84967a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/javascript/sensitivity_plotter/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ class SensitivityPlotter extends React.Component {
const { api, ope: { id: opeId } } = this.props;
api.analyseSensitivity(
opeId,
undefined,
undefined,
undefined,
(response) => {
this.setState({ ...response.data });
},
Expand Down

0 comments on commit 84967a2

Please sign in to comment.