Skip to content

Commit

Permalink
Fix : Applying changes on repeating events to 'all' or 'all future' e…
Browse files Browse the repository at this point in the history
…vents stopped working [SDBELGA-775] (#1926)
  • Loading branch information
devketanpro authored and MarkLark86 committed Mar 6, 2024
1 parent 69383a4 commit ed5e386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class UpdateRecurringEventsComponent extends React.Component<IProps, ISta
submit() {
const updates = {
...this.props.updates,
update_method: this.state.eventUpdateMethod.value,
update_method: this.state.eventUpdateMethod,
};

updates.associated_plannings.forEach((planningItem) => {
Expand Down

0 comments on commit ed5e386

Please sign in to comment.