EventEdit: allow changing calendar when duplicating event

master
Ramzan 2020-08-20 17:04:11 -04:00 committed by Tom Hacohen
parent 593e30ad77
commit 109013e9ec
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ class EventEdit extends React.PureComponent<PropsType> {
<Select
name="journalUid"
value={this.state.journalUid}
disabled={this.props.item !== undefined}
disabled={this.props.item !== undefined && !this.props.duplicate}
onChange={this.handleInputChange}
>
{this.props.collections.map((x) => (