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