Fix change committed by mistake to service task request ()

This commit is contained in:
Robert Duda 2024-12-18 09:50:32 +01:00 committed by GitHub
parent 91b30630b3
commit dd44e492b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -84,7 +84,7 @@ export class ServiceTaskListCloudComponent extends BaseTaskListCloudComponent {
maxItems: this.size,
skipCount: this.skipCount,
sorting: this.sorting,
serviceTaskId: this.queryParams?.serviceTaskId,
id: this.queryParams?.serviceTaskId,
environmentId: this.queryParams?.environmentId,
activityName: this.queryParams?.activityName,
activityType: this.queryParams?.activityType,