fix: cycle modal redendent component fix (#2528)
This commit is contained in:
parent
08f7ac6da7
commit
07d548ea43
12 changed files with 66 additions and 350 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue