Skip to content

Commit

Permalink
Remove "Function" for Decision root of nodes (apache#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzhe committed Apr 17, 2023
1 parent 3c3760f commit c964e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function ExpressionDefinitionLogicTypeSelector({
() =>
isNested
? new Set([ExpressionDefinitionLogicType.Undefined])
: new Set([ExpressionDefinitionLogicType.Undefined]),
: new Set([ExpressionDefinitionLogicType.Undefined, ExpressionDefinitionLogicType.Function]),
[isNested]
);

Expand Down

0 comments on commit c964e94

Please sign in to comment.