X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateInputParams.jsx;h=5ffb4bc67e5a6e15643a8666ebf7559056533dea;hb=c9b7d551eb933c7b62f27d5e29ad4fe92144a4ec;hp=d1e295c03d01bcc90714aba719a33398b253af62;hpb=e219a4e9c8ac5c36b230c36bbe8195d15844d53d;p=osm%2FUI.git diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx index d1e295c03..5ffb4bc67 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx @@ -105,12 +105,13 @@ export default class InstantiateInputParams extends Component { } inputParametersHTML = (props) => { let inputParameters = props.inputParameters; + const handleChange = (i, event) => props.updateInputParam(i, event.target.value); return inputParameters && inputParameters.map(function(input, i) { return (

Input Parameters

- +
) @@ -167,8 +168,8 @@ export default class InstantiateInputParams extends Component { return (
- - + + Remove
)