Event edit: add info text for the journal selector.

master
Tom Hacohen 2017-12-12 19:41:34 +00:00
parent cfd6db6fb5
commit 7e271b1542
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class EventEdit extends React.Component {
<SelectField
style={styles.fullWidth}
value={this.state.journalUid}
floatingLabelText="Saving to"
disabled={this.props.event !== undefined}
onChange={(event: object, key: number, payload: any) => this.handleChange('journalUid', payload)}
>