diff --git a/src/app/features/task-view-customizer/task-view-customizer-panel/task-view-customizer-panel.component.html b/src/app/features/task-view-customizer/task-view-customizer-panel/task-view-customizer-panel.component.html index f7d8f651b7..83e670f976 100644 --- a/src/app/features/task-view-customizer/task-view-customizer-panel/task-view-customizer-panel.component.html +++ b/src/app/features/task-view-customizer/task-view-customizer-panel/task-view-customizer-panel.component.html @@ -99,7 +99,7 @@ - @for (opt of OPTIONS.group.list; track opt.type) { + @for (opt of customizerService.availableGroupOptions(); track opt.type) {