diff --git a/app/javascript/sensitivity_plotter/index.jsx b/app/javascript/sensitivity_plotter/index.jsx index 422542df..2308ec24 100644 --- a/app/javascript/sensitivity_plotter/index.jsx +++ b/app/javascript/sensitivity_plotter/index.jsx @@ -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 }); },