Compare commits

...

5 Commits

Author SHA1 Message Date
Vamsi Kurama 2e9b77cbdc Merge pull request #222 from makeplane/stage-release
dev: promote to production (v0.2-dev)
2023-02-01 00:15:34 +05:30
Aaryan Khandelwal eba72fd5bc fix: added PROJECT_ISSUES_LIST on the imports (#221) 2023-02-01 00:03:16 +05:30
sriram veeraghanta 4a9b1723ec Merge pull request #219 from makeplane/develop
Stage Release
2023-01-31 19:53:03 +05:30
sriram veeraghanta 09292025df Merge pull request #215 from makeplane/develop
Stage Release
2023-01-31 18:13:57 +05:30
sriram veeraghanta f931d6ffd9 Merge pull request #200 from makeplane/develop
Stage Release After Refactor Phase 1
2023-01-26 23:59:08 +05:30
@@ -28,7 +28,12 @@ import { PlusIcon } from "@heroicons/react/24/outline";
import { IIssue, IssueResponse } from "types";
import type { NextPage, NextPageContext } from "next";
// 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 = {
name: "",