handleNewPureValue = value => {
    const { columnIndex, index } = this.props;
    this.props.updateActionProperty(columnIndex, index, 'value', value);
    this.props.updateActionProperty(columnIndex, index, 'evaluate_value', undefined);
  };