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 26bc3da commit 7dbbc46Copy full SHA for 7dbbc46
site/src/modules/management/OrganizationSidebarView.tsx
@@ -13,6 +13,7 @@ import { type ClassName, useClassName } from "hooks/useClassName";
13
import { useDashboard } from "modules/dashboard/useDashboard";
14
import type { FC, ReactNode } from "react";
15
import { Link, NavLink } from "react-router-dom";
16
+import { useFeatureVisibility } from "modules/dashboard/useFeatureVisibility";
17
18
export interface OrganizationWithPermissions extends Organization {
19
permissions: AuthorizationResponse;
0 commit comments