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 e8352dd commit f8ed6e8Copy full SHA for f8ed6e8
site/src/modules/management/OrganizationSidebarView.tsx
@@ -13,7 +13,6 @@ 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