Skip to content

Commit

Permalink
[instrument builder] Min/max null default value
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl committed Jul 8, 2020
1 parent a1b8b44 commit a6794ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/instrument_builder/jsx/react.questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ class ListElements extends Component {
break;
case 'numeric':
newState.Options = {
MinValue: 0,
MaxValue: 0,
MinValue: NaN,
MaxValue: NaN,
};
break;
default:
Expand Down

0 comments on commit a6794ff

Please # to comment.