forked from 77media/video-flow
1
This commit is contained in:
parent
608e7bf814
commit
766f447be3
@ -202,8 +202,8 @@ export function useWorkflowData({ onEditPlanGenerated }: UseWorkflowDataProps =
|
|||||||
});
|
});
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
notification.destroy(notificationKey);
|
notification.destroy(notificationKey);
|
||||||
|
setIsLoadingGenerateEditPlan(false);
|
||||||
}, 3000);
|
}, 3000);
|
||||||
setIsLoadingGenerateEditPlan(false);
|
|
||||||
}
|
}
|
||||||
}, [episodeId, onEditPlanGenerated, notificationKey]);
|
}, [episodeId, onEditPlanGenerated, notificationKey]);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user