We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9b172 commit eba72fdCopy full SHA for eba72fd
apps/app/pages/[workspaceSlug]/projects/[projectId]/issues/[issueId].tsx
@@ -28,7 +28,12 @@ import { PlusIcon } from "@heroicons/react/24/outline";
28
import { IIssue, IssueResponse } from "types";
29
import type { NextPage, NextPageContext } from "next";
30
// fetch-keys
31
-import { PROJECT_ISSUES_ACTIVITY, ISSUE_DETAILS, SUB_ISSUES } from "constants/fetch-keys";
+import {
32
+ PROJECT_ISSUES_ACTIVITY,
33
+ ISSUE_DETAILS,
34
+ SUB_ISSUES,
35
+ PROJECT_ISSUES_LIST,
36
+} from "constants/fetch-keys";
37
38
const defaultValues = {
39
name: "",
0 commit comments