From f34f078bd28ad051da2531339eb68e67e23b00ff Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Thu, 5 Jun 2025 20:48:36 +0530 Subject: [PATCH] [WEB-4272] fix: remove duplicate CommandPalette instances from settings layouts to prevent modal conflicts (#7174) --- .../[workspaceSlug]/(settings)/settings/(workspace)/layout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/(all)/[workspaceSlug]/(settings)/settings/(workspace)/layout.tsx b/web/app/(all)/[workspaceSlug]/(settings)/settings/(workspace)/layout.tsx index 2eab9ed46..c694165a6 100644 --- a/web/app/(all)/[workspaceSlug]/(settings)/settings/(workspace)/layout.tsx +++ b/web/app/(all)/[workspaceSlug]/(settings)/settings/(workspace)/layout.tsx @@ -7,7 +7,6 @@ import { usePathname } from "next/navigation"; import { EUserWorkspaceRoles, WORKSPACE_SETTINGS_ACCESS } from "@plane/constants"; // components import { NotAuthorizedView } from "@/components/auth-screens"; -import { CommandPalette } from "@/components/command-palette"; import { SettingsMobileNav } from "@/components/settings"; import { getWorkspaceActivePath, pathnameToAccessKey } from "@/components/settings/helper"; // hooks @@ -36,7 +35,6 @@ const WorkspaceSettingLayout: FC = observer((props) => return ( <> -