diff --git a/components/pages/create-video/CreateInput/VideoCreationForm.tsx b/components/pages/create-video/CreateInput/VideoCreationForm.tsx index 5a6345b..995508c 100644 --- a/components/pages/create-video/CreateInput/VideoCreationForm.tsx +++ b/components/pages/create-video/CreateInput/VideoCreationForm.tsx @@ -330,7 +330,6 @@ export default function VideoCreationForm() { ); console.log('Video creation successful, project_id:', result.project_id); - window.msg?.success(`Video created successfully! Project ID: ${result.project_id}`); router.push(`/movies/work-flow?episodeId=${result.project_id}`); /** TODO: Navigate to project detail page or next step */