feat(wip): scheduler
This commit is contained in:
@@ -61,8 +61,6 @@ export const Recordings = ({ handleEditRecording, handleRunRecording, setFileNam
|
|||||||
<ScheduleSettingsModal isOpen={scheduleSettingsAreOpen}
|
<ScheduleSettingsModal isOpen={scheduleSettingsAreOpen}
|
||||||
handleClose={handleScheduleClose}
|
handleClose={handleScheduleClose}
|
||||||
handleStart={(settings) => handleScheduleRecording(settings)}
|
handleStart={(settings) => handleScheduleRecording(settings)}
|
||||||
isTask={params.length !== 0}
|
|
||||||
params={params}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Grid container direction="column" sx={{ padding: '30px' }}>
|
<Grid container direction="column" sx={{ padding: '30px' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user