We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ad81f commit 695b033Copy full SHA for 695b033
apps/web/app/(org)/dashboard/_components/MobileTab.tsx
@@ -110,7 +110,7 @@ const OrgsMenu = ({
110
menuRef,
111
}: {
112
setOpen: Dispatch<SetStateAction<boolean>>;
113
- menuRef: MutableRefObject<HTMLDivElement | null>;
+ menuRef: MutableRefObject<Element>;
114
}) => {
115
const { activeOrganization: activeOrg, organizationData: orgData } =
116
useDashboardContext();
0 commit comments