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 18fbf98 commit cd5add2Copy full SHA for cd5add2
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