diff --git a/frontend/projects/upgrade/src/app/features/dashboard/home/components/experiment-overview/experiment-overview.component.ts b/frontend/projects/upgrade/src/app/features/dashboard/home/components/experiment-overview/experiment-overview.component.ts index d494d28933..48fb54bb16 100644 --- a/frontend/projects/upgrade/src/app/features/dashboard/home/components/experiment-overview/experiment-overview.component.ts +++ b/frontend/projects/upgrade/src/app/features/dashboard/home/components/experiment-overview/experiment-overview.component.ts @@ -376,7 +376,7 @@ export class ExperimentOverviewComponent implements OnInit, OnDestroy { consistencyRule: consistencyRule, conditionOrder: conditionOrder, assignmentUnit: unitOfAssignment, - group: groupType, + group: unitOfAssignment === ASSIGNMENT_UNIT.GROUP ? groupType : null, type: designType, context: [context], assignmentAlgorithm: assignmentAlgorithm,