feat: include id for recording edit and info

This commit is contained in:
karishmas6
2024-10-10 02:29:12 +05:30
parent 8b9381e5e1
commit b29e37b94f

View File

@@ -6,7 +6,7 @@ import { ScheduleSettings, ScheduleSettingsModal } from "../molecules/ScheduleSe
import { IntegrationSettings, IntegrationSettingsModal } from "../molecules/IntegrationSettings";
interface RecordingsProps {
handleEditRecording: (id: string) => void;
handleEditRecording: (id: string, fileName: string) => void;
handleRunRecording: (settings: RunSettings) => void;
handleScheduleRecording: (settings: ScheduleSettings) => void;
handleIntegrateRecording: (settings: IntegrationSettings) => void;