handleChangeTopic = e => {
    this.props.updateActionProperty(this.props.columnIndex, this.props.index, 'topic', e.target.value);
  };