We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc0f602d commit4d9ec85Copy 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{typeFC,typePropsWithChildren,createContext}from"react";
17
import{useQuery}from"react-query";
18
import{selectFeatureVisibility}from"./entitlements";