{ if (el) { this._els[Fields.From] = el; } }}
value={from[0]}
draft={this.props.draft}
session={this.props.session}
onChange={this._onChangeParticipants}
/>
)
}
return fields;
}
render() {
return (
{this._renderParticipants()}
{this._renderSubject()}
)
}
}