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 b9ef807 commit 938b2aeCopy full SHA for 938b2ae
apps/dashboard/components/providers/organizations-provider.tsx
@@ -20,6 +20,7 @@ export function OrganizationsProvider({ children }: { children: ReactNode }) {
20
const { data: activeOrganization, isPending: isLoadingActive } =
21
authClient.useActiveOrganization();
22
23
+
24
const [, setOrganizations] = useAtom(organizationsAtom);
25
const [, setActiveOrganization] = useAtom(activeOrganizationAtom);
26
const [, setIsLoading] = useAtom(isLoadingOrganizationsAtom);
0 commit comments