Skip to content

Commit

Permalink
fix(pipelines): add status prop to group labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Jun 17, 2024
1 parent 29bfc59 commit 8fbb8cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ const DefaultTaskGroupExpanded: React.FunctionComponent<Omit<DefaultTaskGroupPro
paddingY={5}
dragRef={dragNodeRef ? dragLabelRef : undefined}
status={element.getNodeStatus()}
selected={selected}
secondaryLabel={secondaryLabel}
truncateLength={truncateLength}
badge={badge}
Expand Down

0 comments on commit 8fbb8cb

Please sign in to comment.