From 86afbb3eaf1d21583619588633730f5256f526e0 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Wed, 12 Aug 2026 16:07:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(#1341):=20=E4=BF=AE=E5=A4=8D=20EditorDrawer?= =?UTF-8?q?s=20totalDuration=20=E9=87=8D=E5=A4=8D=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/pages/editing-planner/EditingPlanner.tsx | 1 - apps/web/src/pages/editing-planner/components/EditorDrawers.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/web/src/pages/editing-planner/EditingPlanner.tsx b/apps/web/src/pages/editing-planner/EditingPlanner.tsx index 9411865e3..267751d79 100644 --- a/apps/web/src/pages/editing-planner/EditingPlanner.tsx +++ b/apps/web/src/pages/editing-planner/EditingPlanner.tsx @@ -341,7 +341,6 @@ const EditingPlanner: React.FC = () => { coverConfig={coverConfig} setCoverConfig={setCoverConfig} templateId={urlTemplateId} - totalDuration={totalDuration} /> ) diff --git a/apps/web/src/pages/editing-planner/components/EditorDrawers.tsx b/apps/web/src/pages/editing-planner/components/EditorDrawers.tsx index 3e4fddf4d..11da1a968 100644 --- a/apps/web/src/pages/editing-planner/components/EditorDrawers.tsx +++ b/apps/web/src/pages/editing-planner/components/EditorDrawers.tsx @@ -93,7 +93,6 @@ interface EditorDrawersProps { coverConfig: CoverConfig setCoverConfig: (config: CoverConfig | ((prev: CoverConfig) => CoverConfig)) => void templateId: string - totalDuration: number } const EditorDrawers: React.FC = ({ -- 2.54.0