fix: cycle modal redendent component fix (#2528)

This commit is contained in:
sriram veeraghanta
2023-10-23 18:38:01 +05:30
committed by GitHub
parent 08f7ac6da7
commit 07d548ea43
12 changed files with 66 additions and 350 deletions
+2
View File
@@ -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 = {