[WEB-4272] fix: remove duplicate CommandPalette instances from settings layouts to prevent modal conflicts (#7174)
This commit is contained in:
parent
0fe2549bc6
commit
f34f078bd2
1 changed files with 0 additions and 2 deletions
|
|
@ -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<IWorkspaceSettingLayout> = observer((props) =>
|
|||
|
||||
return (
|
||||
<>
|
||||
<CommandPalette />
|
||||
<SettingsMobileNav
|
||||
hamburgerContent={WorkspaceSettingsSidebar}
|
||||
activePath={getWorkspaceActivePath(pathname) || ""}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue