feat(wip): pass handleScheduleRecording as prop (temp)
This commit is contained in:
@@ -102,6 +102,7 @@ export const MainPage = ({ handleEditRecording }: MainPageProps) => {
|
||||
handleEditRecording={handleEditRecording}
|
||||
handleRunRecording={handleRunRecording}
|
||||
setFileName={setFileName}
|
||||
handleScheduleRecording={() => {}}
|
||||
/>;
|
||||
case 'runs':
|
||||
return <Runs
|
||||
|
||||
Reference in New Issue
Block a user