feat(wip): handle integrate recording

This commit is contained in:
karishmas6
2024-09-15 01:47:17 +05:30
parent da82a4ba57
commit 835227af5e

View File

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