From 07516d3ae5a4d3c7af2a7b9b666c76a60f352cc8 Mon Sep 17 00:00:00 2001 From: Hari Krishna Date: Sat, 24 Feb 2024 11:58:03 +0000 Subject: [PATCH] removed unused variable --- frontend/src/views/AngularWorkflow.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/views/AngularWorkflow.jsx b/frontend/src/views/AngularWorkflow.jsx index 2a093179..c49f402c 100755 --- a/frontend/src/views/AngularWorkflow.jsx +++ b/frontend/src/views/AngularWorkflow.jsx @@ -467,7 +467,6 @@ const AngularWorkflow = (defaultprops) => { const [sourceValue, setSourceValue] = React.useState({}); const [destinationValue, setDestinationValue] = React.useState({}); const [conditionValue, setConditionValue] = React.useState({}); - const [tmpConditionValue, setTmpConditionValue] = React.useState({}); const [dragging, setDragging] = React.useState(false); const [showWorkflowRevisions, setShowWorkflowRevisions] = React.useState(false); const [selectedRevision, setSelectedRevision] = useState({}) @@ -9646,7 +9645,6 @@ const AngularWorkflow = (defaultprops) => { style={{ borderRadius: "0px" }} variant="contained" onClick={() => { - setConditionValue(tmpConditionValue); setSelectedEdge({}); var data = {