feat(wip): pass handleScheduleRecording as prop (temp)

This commit is contained in:
karishmas6
2024-09-10 12:07:44 +05:30
parent 0ed8ef5f86
commit e722c6308f

View File

@@ -102,6 +102,7 @@ export const MainPage = ({ handleEditRecording }: MainPageProps) => {
handleEditRecording={handleEditRecording}
handleRunRecording={handleRunRecording}
setFileName={setFileName}
handleScheduleRecording={() => {}}
/>;
case 'runs':
return <Runs