Skip to content

Commit 502bd36

Browse files
chenshuai1995rickchengxSbloodyS
authored
fix: filter (#14770)
Co-authored-by: Jim Chen <[email protected]> Co-authored-by: Rick Cheng <[email protected]> Co-authored-by: xiangzihao <[email protected]>
1 parent a491e3a commit 502bd36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-child-node.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ export function useChildNode({
7272
span: 24,
7373
name: t('project.node.child_node'),
7474
props: {
75-
loading: loading
75+
loading: loading,
76+
filterable: true
7677
},
7778
options: options,
7879
class: 'select-child-node',

0 commit comments

Comments
 (0)