fix: recoridng length
This commit is contained in:
@@ -58,7 +58,7 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
|
|
||||||
const workflowHandler = useCallback((data: WorkflowFile) => {
|
const workflowHandler = useCallback((data: WorkflowFile) => {
|
||||||
setWorkflow(data);
|
setWorkflow(data);
|
||||||
setRecordingLength(data.workflow.length);
|
//setRecordingLength(data.workflow.length);
|
||||||
}, [workflow])
|
}, [workflow])
|
||||||
|
|
||||||
const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => {
|
const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user