From 70198d3f43b5235213a464d1a4e2445513cfcad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Tue, 21 Oct 2025 21:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=88=9B=E5=BB=BA=EF=BC=9A?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=88=90=E5=8A=9F=E5=88=9B=E5=BB=BAtip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/create-video/CreateInput/VideoCreationForm.tsx | 1 - 1 file changed, 1 deletion(-) 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 */