diff --git a/client/app/components/QueryBasedParameterInput.jsx b/client/app/components/QueryBasedParameterInput.jsx index 2479d51129d..020cde3f061 100644 --- a/client/app/components/QueryBasedParameterInput.jsx +++ b/client/app/components/QueryBasedParameterInput.jsx @@ -77,7 +77,7 @@ export default class QueryBasedParameterInput extends React.Component { } render() { - const { className, value, mode, onSelect, ...otherProps } = this.props; + const { className, mode, onSelect, queryId, value, ...otherProps } = this.props; const { loading, options } = this.state; return (