forked from github/plane
fix: added PROJECT_ISSUES_LIST on the imports (#221)
This commit is contained in:
parent
4a9b1723ec
commit
eba72fd5bc
@ -28,7 +28,12 @@ import { PlusIcon } from "@heroicons/react/24/outline";
|
|||||||
import { IIssue, IssueResponse } from "types";
|
import { IIssue, IssueResponse } from "types";
|
||||||
import type { NextPage, NextPageContext } from "next";
|
import type { NextPage, NextPageContext } from "next";
|
||||||
// fetch-keys
|
// fetch-keys
|
||||||
import { PROJECT_ISSUES_ACTIVITY, ISSUE_DETAILS, SUB_ISSUES } from "constants/fetch-keys";
|
import {
|
||||||
|
PROJECT_ISSUES_ACTIVITY,
|
||||||
|
ISSUE_DETAILS,
|
||||||
|
SUB_ISSUES,
|
||||||
|
PROJECT_ISSUES_LIST,
|
||||||
|
} from "constants/fetch-keys";
|
||||||
|
|
||||||
const defaultValues = {
|
const defaultValues = {
|
||||||
name: "",
|
name: "",
|
||||||
|
Loading…
Reference in New Issue
Block a user