feat: save robot notify

This commit is contained in:
karishmas6
2024-11-29 17:00:31 +05:30
parent a1ec35e8f2
commit 5c1666cd24

View File

@@ -46,7 +46,7 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => {
};
const exitRecording = useCallback(async () => {
notify('success', 'Recording saved successfully');
notify('success', 'Robot saved successfully');
if (browserId) {
await stopRecording(browserId);
}