From 3ddf0aab1770a07fbb80bf1383bb30f646e2e32f Mon Sep 17 00:00:00 2001 From: Jenny <32821331+jenny-s51@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:16:56 -0400 Subject: [PATCH] move comment --- .../src/pipelines/components/groups/DefaultTaskGroup.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/module/src/pipelines/components/groups/DefaultTaskGroup.tsx b/packages/module/src/pipelines/components/groups/DefaultTaskGroup.tsx index 4faebc53..948fd552 100644 --- a/packages/module/src/pipelines/components/groups/DefaultTaskGroup.tsx +++ b/packages/module/src/pipelines/components/groups/DefaultTaskGroup.tsx @@ -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; @@ -186,6 +185,7 @@ const DefaultTaskGroupInner: React.FunctionComponent