diff --git a/components/process-flow/BusinessRuleNodeConfiguration.vue b/components/process-flow/BusinessRuleNodeConfiguration.vue index f921d4b..f79a21f 100644 --- a/components/process-flow/BusinessRuleNodeConfiguration.vue +++ b/components/process-flow/BusinessRuleNodeConfiguration.vue @@ -176,26 +176,26 @@ >
- {{ availableVariables.find(v => v.name === condition.variable)?.type }} type + {{ props.availableVariables.find(v => v.name === condition.variable)?.type }} type
@@ -208,7 +208,7 @@