Skip to content

Commit

Permalink
Fix change committed by mistake to service task request (#10504)
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaRobert authored Dec 18, 2024
1 parent 91b3063 commit dd44e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd44e49

Please sign in to comment.