Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Apr 17, 2024
1 parent 1825832 commit 3ddf0aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export interface DefaultTaskGroupProps {
dragging?: boolean;
/** Flag if drag operation is a regroup operation */
dragRegroupable?: boolean;
/** RunStatus to depict, supported on collapsed groups only.
* TODO: Support status indicators on expanded state. */
/** RunStatus to depict, supported on collapsed groups only. */
status?: RunStatus;
/** Flag indicating the status indicator, supported on collapsed groups only */
showStatusState?: boolean;
Expand Down Expand Up @@ -186,6 +185,7 @@ const DefaultTaskGroupInner: React.FunctionComponent<PipelinesDefaultGroupInnerP
);
}
return (
// TODO: Support status indicators on expanded state.
<DefaultTaskGroupExpanded
className={className}
labelPosition={LabelPosition.top}
Expand Down

0 comments on commit 3ddf0aa

Please sign in to comment.