Add onCreateRoutineSequence handler in App.tsx

This commit is contained in:
2026-04-15 06:28:25 +02:00
parent b164f7947f
commit 69da9e6479

View File

@@ -11539,6 +11539,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
onDeleteRoutine={handleDeleteScheduleRoutine}
onDeleteSequence={handleDeleteProjectSequence}
onClose={() => setSchedulePaneOpen(false)}
onCreateRoutineSequence={handleCreateAttachedSequenceForRoutine}
onSetRoutineTarget={(routineId, targetKey) =>
updateProjectSequencerState(
"Set project sequencer target",