diff --git a/apps/dashboard/components/date-range-picker.tsx b/apps/dashboard/components/date-range-picker.tsx index a29286fa1..51f68d2e7 100644 --- a/apps/dashboard/components/date-range-picker.tsx +++ b/apps/dashboard/components/date-range-picker.tsx @@ -209,7 +209,11 @@ export function DateRangePicker({ {formatDisplayRange(value)} - +
diff --git a/apps/dashboard/components/ds/popover.tsx b/apps/dashboard/components/ds/popover.tsx index ea3b3ff42..6868e123b 100644 --- a/apps/dashboard/components/ds/popover.tsx +++ b/apps/dashboard/components/ds/popover.tsx @@ -29,13 +29,20 @@ function Content({ className, children, side = "bottom", + disableAnchorTracking = false, ...rest }: ComponentPropsWithoutRef & { side?: ComponentPropsWithoutRef["side"]; + disableAnchorTracking?: boolean; }) { return ( - +