Skip to content

Commit

Permalink
fix clear btn in time popup (superdesk#2163)
Browse files Browse the repository at this point in the history
STT-40
  • Loading branch information
petrjasek authored Dec 18, 2024
1 parent 73197f8 commit 237bec3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/components/fields/editor/EventSchedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ export class EditorFieldEventSchedule extends React.PureComponent<IProps> {
}

changeSchedule(field: string | {[key: string]: any}, value?: moment.Moment) {
if (value == null) {
return; // shouldn't happen
}

if (field === 'dates.start.date') {
this.changeStartDate(value);
} else if (field === '_startTime') {
Expand Down

0 comments on commit 237bec3

Please sign in to comment.