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 (
-
+