Skip to content

Commit 695b033

Browse files
committed
ts
1 parent e3ad81f commit 695b033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/(org)/dashboard/_components/MobileTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const OrgsMenu = ({
110110
menuRef,
111111
}: {
112112
setOpen: Dispatch<SetStateAction<boolean>>;
113-
menuRef: MutableRefObject<HTMLDivElement | null>;
113+
menuRef: MutableRefObject<Element>;
114114
}) => {
115115
const { activeOrganization: activeOrg, organizationData: orgData } =
116116
useDashboardContext();

0 commit comments

Comments
 (0)