mirror of
https://github.com/makeplane/plane.git
synced 2026-04-28 20:19:51 -05:00
fix: cycle modal redendent component fix (#2528)
This commit is contained in:
committed by
GitHub
parent
08f7ac6da7
commit
07d548ea43
@@ -211,12 +211,14 @@ export class CycleStore implements ICycleStore {
|
||||
|
||||
createCycle = async (workspaceSlug: string, projectId: string, data: any) => {
|
||||
try {
|
||||
console.log("Cycle Creating");
|
||||
const response = await this.cycleService.createCycle(
|
||||
workspaceSlug,
|
||||
projectId,
|
||||
data,
|
||||
this.rootStore.user.currentUser
|
||||
);
|
||||
console.log("Cycle created");
|
||||
|
||||
runInAction(() => {
|
||||
this.cycle_details = {
|
||||
|
||||
Reference in New Issue
Block a user