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