feat: new recording

This commit is contained in:
karishmas6
2024-06-07 23:48:08 +05:30
parent 65f901cc26
commit e4b61768e6

View File

@@ -93,6 +93,9 @@ export class WorkflowGenerator {
logger.log('debug', `Saving workflow ${fileName}`);
await this.saveNewWorkflow(fileName)
});
socket.on('new-recording', () => this.workflowRecord = {
workflow: [],
} );
};