Skip to content

Commit

Permalink
Rectify super date picker functionality (#627)
Browse files Browse the repository at this point in the history
Signed-off-by: AbhishekReddy1127 <[email protected]>
Co-authored-by: Sean Neumann <[email protected]>
(cherry picked from commit bae5a11)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and seanneumann committed Apr 6, 2023
1 parent 1c41a2e commit f1ec100
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 });
this.setState({ showPrettyDuration: false, isStartDatePopoverOpen: true });
};

onStartDatePopoverToggle = () => {
Expand Down

0 comments on commit f1ec100

Please sign in to comment.