8000
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 c0f602d commit 4d9ec85Copy full SHA for 4d9ec85
site/src/modules/dashboard/DashboardProvider.tsx
@@ -11,8 +11,8 @@ import type {
11
import { ErrorAlert } from "components/Alert/ErrorAlert";
12
import { Loader } from "components/Loader/Loader";
13
import { useAuthenticated } from "contexts/auth/RequireAuth";
14
-import { canViewAnyOrganization } from "modules/permissions";
15
import { useEmbeddedMetadata } from "hooks/useEmbeddedMetadata";
+import { canViewAnyOrganization } from "modules/permissions";
16
import { type FC, type PropsWithChildren, createContext } from "react";
17
import { useQuery } from "react-query";
18
import { selectFeatureVisibility } from "./entitlements";
0 commit comments