diff --git a/src/components/robot/Recordings.tsx b/src/components/robot/Recordings.tsx index 1b3fc7b2..a3db4f7a 100644 --- a/src/components/robot/Recordings.tsx +++ b/src/components/robot/Recordings.tsx @@ -14,7 +14,7 @@ import { useTranslation } from "react-i18next"; interface RecordingsProps { handleEditRecording: (id: string, fileName: string) => void; handleRunRecording: (settings: RunSettings) => void; - handleScheduleRecording: (settings: ScheduleSettings) => void; + handleScheduleRecording: (settings: ScheduleSettings) => Promise; setRecordingInfo: (id: string, name: string) => void; }