fix(web-ui): PipelineStartModal에 initialTrackId 전달
This commit is contained in:
@@ -45,6 +45,7 @@ export default function PipelineTab({ library, initialTrackId }) {
|
||||
{modalOpen && (
|
||||
<PipelineStartModal
|
||||
library={library}
|
||||
initialTrackId={initialTrackId}
|
||||
onClose={() => setModalOpen(false)}
|
||||
onCreated={() => { setModalOpen(false); load(); }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user