diff --git a/apps/app/components/command-palette/index.tsx b/apps/app/components/command-palette/index.tsx index 8aafbf6da..ea520cd3d 100644 --- a/apps/app/components/command-palette/index.tsx +++ b/apps/app/components/command-palette/index.tsx @@ -23,7 +23,7 @@ import { // components import ShortcutsModal from "components/command-palette/shortcuts"; import CreateProjectModal from "components/project/create-project-modal"; -import CreateUpdateIssuesModal from "components/project/issues/CreateUpdateIssueModal"; +import CreateUpdateIssuesModal from "components/project/issues/create-update-issue-modal"; import CreateUpdateCycleModal from "components/project/cycles/create-update-cycle-modal"; // ui import { Button } from "ui"; @@ -260,7 +260,7 @@ const CommandPalette: React.FC = () => {
  • {query === "" && (

    - Issues + Select issues

    )}