File tree Expand file tree Collapse file tree
webapp/components/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ export default class NetPyNECoordsRange extends Component {
186186 { ( this . state . rangeType != undefined )
187187 ? (
188188 < Box width = "100%" p = { 1 } >
189- < TextField label = "Minimum" id = { minVal } variant = "filled" value = { minVal } fullWidth onChange = { ( e ) => { this . handleCoordParamChange ( 0 , parseInt ( e . target . value ) ) } } />
190- < TextField label = "Maximum" id = { maxVal } variant = "filled" value = { maxVal } fullWidth onChange = { ( e ) => { this . handleCoordParamChange ( 1 , parseInt ( e . target . value ) ) } } />
189+ < TextField label = "Minimum" id = { min } variant = "filled" value = { minVal } fullWidth onChange = { ( e ) => { this . handleCoordParamChange ( 0 , parseInt ( e . target . value ) ) } } />
190+ < TextField label = "Maximum" id = { max } variant = "filled" value = { maxVal } fullWidth onChange = { ( e ) => { this . handleCoordParamChange ( 1 , parseInt ( e . target . value ) ) } } />
191191 </ Box >
192192 )
193193 : null }
You can’t perform that action at this time.
0 commit comments