diff --git a/src/components/organisms/Recordings.tsx b/src/components/organisms/Recordings.tsx index 969ab4ac..45d3fc6f 100644 --- a/src/components/organisms/Recordings.tsx +++ b/src/components/organisms/Recordings.tsx @@ -82,7 +82,7 @@ export const Recordings = ({ handleEditRecording, handleRunRecording, setFileNam handleEditRecording={handleEditRecording} handleRunRecording={handleSettingsAndRun} handleScheduleRecording={handleSettingsAndSchedule} - handleIntegrateRecording={handleSettingsAndSchedule} + handleIntegrateRecording={handleSettingsAndIntegrate} />