diff --git a/src-ui/src/app/components/admin/tasks/tasks.component.html b/src-ui/src/app/components/admin/tasks/tasks.component.html index 4178bb2c8..3d40c7897 100644 --- a/src-ui/src/app/components/admin/tasks/tasks.component.html +++ b/src-ui/src/app/components/admin/tasks/tasks.component.html @@ -43,7 +43,7 @@
- @for (task of tasks | slice: (page-1) * pageSize : page * pageSize; track task) { + @for (task of tasks | slice: (page-1) * pageSize : page * pageSize; track task.id) {