Skip to content

Commit

Permalink
Resolved type errors by updating the popoverPlacement prop for the Eu…
Browse files Browse the repository at this point in the history
…iDatePicket component with new / valid values. A list of values were deprecated and new values were added in EUI PR #5868 (elastic/eui#5868)
  • Loading branch information
breehall committed May 18, 2022
1 parent f8a3e2e commit 125bcb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const WaffleTimeControls = withTheme(({ interval }: Props) => {
injectTimes={currentMoment ? [currentMoment] : []}
isLoading={isAutoReloading}
onChange={handleChangeDate}
popoverPlacement="top-end"
popoverPlacement="upRight"
selected={currentMoment}
shouldCloseOnSelect
showTimeSelect
Expand Down

0 comments on commit 125bcb8

Please sign in to comment.