fix(#1341): 修复 EditorDrawers totalDuration 重复定义 #1344

Closed
xiaoxia wants to merge 1 commits from fix/totalDuration-duplicate-develop into develop
2 changed files with 0 additions and 2 deletions
@@ -341,7 +341,6 @@ const EditingPlanner: React.FC = () => {
coverConfig={coverConfig}
setCoverConfig={setCoverConfig}
templateId={urlTemplateId}
totalDuration={totalDuration}
/>
</div>
)
@@ -93,7 +93,6 @@ interface EditorDrawersProps {
coverConfig: CoverConfig
setCoverConfig: (config: CoverConfig | ((prev: CoverConfig) => CoverConfig)) => void
templateId: string
totalDuration: number
}
const EditorDrawers: React.FC<EditorDrawersProps> = ({