feat: !notify

This commit is contained in:
karishmas6
2024-10-28 06:16:42 +05:30
parent d7ddceba4e
commit ed4cb7067a

View File

@@ -150,7 +150,7 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl
const startRecording = () => { const startRecording = () => {
setModalOpen(false); setModalOpen(false);
handleStartRecording(); handleStartRecording();
notify('info', 'New Recording started for ' + recordingUrl); // notify('info', 'New Recording started for ' + recordingUrl);
}; };
useEffect(() => { useEffect(() => {