This commit is contained in:
北枳 2025-09-07 07:09:47 +08:00
parent 85e6849b17
commit 1a9e4ebe65

View File

@ -203,7 +203,7 @@ export function useWorkflowData({ onEditPlanGenerated }: UseWorkflowDataProps =
setTimeout(() => {
notification.destroy(notificationKey);
setIsLoadingGenerateEditPlan(false);
}, 3000);
}, 8000);
}
}, [episodeId, onEditPlanGenerated, notificationKey]);