Skip to content

Commit fe9bbea

Browse files
committed
can't disappoint the fans :)
1 parent 328e73e commit fe9bbea

File tree

15 files changed

+10
-10
lines changed

15 files changed

+10
-10
lines changed

site/src/api/queries/organizations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
type OrganizationPermissionName,
1010
type OrganizationPermissions,
1111
organizationPermissionChecks,
12-
} from "modules/permissions/organizationPermissions";
12+
} from "modules/permissions/organizations";
1313
import type { QueryClient } from "react-query";
1414
import { meKey } from "./users";
1515

site/src/modules/management/DeploymentSettingsLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const DeploymentSettingsLayout: FC = () => {
2222
<Navigate
2323
to={
2424
permissions.viewDeploymentConfig
25-
? "/deployment/general"
25+
? "/deployment/overview"
2626
: "/deployment/users"
2727
}
2828
replace

site/src/modules/management/DeploymentSidebarView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const DeploymentSidebarView: FC<DeploymentSidebarViewProps> = ({
2828
<BaseSidebar>
2929
<div className="flex flex-col gap-1">
3030
{permissions.viewDeploymentConfig && (
31-
<SidebarNavItem href="/deployment/general">General</SidebarNavItem>
31+
<SidebarNavItem href="/deployment/overview">Overview</SidebarNavItem>
3232
)}
3333
{permissions.viewAllLicenses && (
3434
<SidebarNavItem href="/deployment/licenses">Licenses</SidebarNavItem>

site/src/modules/management/OrganizationSettingsLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { useDashboard } from "modules/dashboard/useDashboard";
1414
import {
1515
type OrganizationPermissions,
1616
canViewOrganization,
17-
} from "modules/permissions/organizationPermissions";
17+
} from "modules/permissions/organizations";
1818
import NotFoundPage from "pages/404Page/404Page";
1919
import { type FC, Suspense, createContext, useContext } from "react";
2020
import { useQuery } from "react-query";

site/src/modules/management/OrganizationSidebarView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
import { SettingsSidebarNavItem } from "components/Sidebar/Sidebar";
1919
import { Check, ChevronDown, Plus } from "lucide-react";
2020
import type { Permissions } from "modules/permissions";
21-
import type { OrganizationPermissions } from "modules/permissions/organizationPermissions";
21+
import type { OrganizationPermissions } from "modules/permissions/organizations";
2222
import { type FC, useState } from "react";
2323
import { useNavigate } from "react-router-dom";
2424

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy