fix: pass schedule settings
This commit is contained in:
@@ -7,7 +7,7 @@ import { ScheduleSettings, ScheduleSettingsModal } from "../molecules/ScheduleSe
|
|||||||
interface RecordingsProps {
|
interface RecordingsProps {
|
||||||
handleEditRecording: (fileName: string) => void;
|
handleEditRecording: (fileName: string) => void;
|
||||||
handleRunRecording: (settings: RunSettings) => void;
|
handleRunRecording: (settings: RunSettings) => void;
|
||||||
handleScheduleRecording: (settings: RunSettings) => void;
|
handleScheduleRecording: (settings: ScheduleSettings) => void;
|
||||||
setFileName: (fileName: string) => void;
|
setFileName: (fileName: string) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user