fix: recoridng length

This commit is contained in:
karishmas6
2024-10-08 17:38:41 +05:30
parent 813d339fe5
commit cd3880e58e

View File

@@ -58,7 +58,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
const workflowHandler = useCallback((data: WorkflowFile) => {
setWorkflow(data);
setRecordingLength(data.workflow.length);
//setRecordingLength(data.workflow.length);
}, [workflow])
const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => {