fix: remove data.workflow.length

This commit is contained in:
karishmas6
2024-10-10 17:12:13 +05:30
parent 97528f725c
commit 307e63db31

View File

@@ -63,7 +63,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
const workflowHandler = useCallback((data: WorkflowFile) => {
setWorkflow(data);
//setRecordingLength(data.workflow.length);
}, [workflow])
useEffect(() => {