handleExtraZonesChange()

in src/ui/input/Parameters.js [89:95]


  handleExtraZonesChange(newValue) {
    this.props.handleUpdateInput(
        Object.assign({}, this.props.input, {
          extraZones: newValue,
        }),
    );
  }