Skip to content

Commit

Permalink
Revert "Rectify super date picker functionality (#627) (#682)" (#724)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Provost <[email protected]>
  • Loading branch information
BSFishy committed Apr 19, 2023
1 parent ecbbf3a commit 8589820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export class OuiSuperDatePicker extends Component<
};

hidePrettyDuration = () => {
this.setState({ showPrettyDuration: false, isStartDatePopoverOpen: true });
this.setState({ showPrettyDuration: false });
};

onStartDatePopoverToggle = () => {
Expand Down

0 comments on commit 8589820

Please sign in to comment.