mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
Merge pull request #2203 from makeplane/sync/ce-ee
Sync: Community Changes
This commit is contained in:
@@ -7,6 +7,7 @@ interface Props {
|
||||
projectId: string;
|
||||
workspaceSlug: string;
|
||||
transferrableIssuesCount: number;
|
||||
cycleName: string;
|
||||
}
|
||||
|
||||
export const EndCycleModal: React.FC<Props> = () => <></>;
|
||||
|
||||
1
web/ce/store/cycle/index.ts
Normal file
1
web/ce/store/cycle/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type { ICycleStore } from "@/store/cycle.store";
|
||||
Reference in New Issue
Block a user