Skip to content

Commit

Permalink
fix task version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Nov 5, 2023
1 parent 6a60c1a commit dccd8db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ const ConsoleContent = (props: ConsoleProps) => {
onSelect={onSelect}
treeData={[processNode]}
expandedKeys={expandedKeys}
expandAction={"doubleClick"}
onExpand={handleExpand}
/>
) : (
Expand Down

0 comments on commit dccd8db

Please sign in to comment.