Merge pull request #101 from SuanmoSuanyangTechnology/feature/workflow_zy
fix(web): remove calculateVariableList
This commit is contained in:
@@ -22,7 +22,7 @@ import ConditionList from './ConditionList'
|
|||||||
import CycleVarsList from './CycleVarsList'
|
import CycleVarsList from './CycleVarsList'
|
||||||
import AssignmentList from './AssignmentList'
|
import AssignmentList from './AssignmentList'
|
||||||
import ToolConfig from './ToolConfig'
|
import ToolConfig from './ToolConfig'
|
||||||
import { calculateVariableList } from './utils/variableListCalculator'
|
// import { calculateVariableList } from './utils/variableListCalculator'
|
||||||
|
|
||||||
interface PropertiesProps {
|
interface PropertiesProps {
|
||||||
selectedNode?: Node | null;
|
selectedNode?: Node | null;
|
||||||
@@ -1022,10 +1022,10 @@ const Properties: FC<PropertiesProps> = ({
|
|||||||
return addParentIterationVars(baseList);
|
return addParentIterationVars(baseList);
|
||||||
};
|
};
|
||||||
|
|
||||||
const defaultVariableList = calculateVariableList(selectedNode as Node, graphRef, workflowConfig )
|
// const defaultVariableList = calculateVariableList(selectedNode as Node, graphRef, workflowConfig )
|
||||||
|
|
||||||
console.log('values', values)
|
console.log('values', values)
|
||||||
console.log('variableList', variableList, defaultVariableList)
|
// console.log('variableList', variableList, defaultVariableList)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="rb:w-75 rb:fixed rb:right-0 rb:top-16 rb:bottom-0 rb:p-3">
|
<div className="rb:w-75 rb:fixed rb:right-0 rb:top-16 rb:bottom-0 rb:p-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user