handleLocationTypeChange()

in src/ui/input/Parameters.js [75:81]


  handleLocationTypeChange(newValue) {
    this.props.handleUpdateInput(
        Object.assign({}, this.props.input, {
          locationType: newValue,
        }),
    );
  }