diff --git a/apps/app/components/core/issues-view.tsx b/apps/app/components/core/issues-view.tsx index 3bb922ece..b7d5b75bb 100644 --- a/apps/app/components/core/issues-view.tsx +++ b/apps/app/components/core/issues-view.tsx @@ -577,16 +577,36 @@ export const IssuesView: React.FC = ({ issueView === "gantt_chart" && )} - ) : ( + ) : router.query.view === "archived-issues" ? ( { router.push(`/${workspaceSlug}/projects/${projectId}/settings/automations`); }} /> + ) : ( + } + onClick={() => { + const e = new KeyboardEvent("keydown", { + key: "c", + }); + document.dispatchEvent(e); + }} + /> ) ) : (