Skip to content

Commit

Permalink
Merge pull request #1608 from topcoder-platform/PM-683_send-jobid-on-…
Browse files Browse the repository at this point in the history
…update

PM-683 - send jobid on update for taas projects
  • Loading branch information
vas3a authored Feb 5, 2025
2 parents 409270d + 04fc9ec commit 158140b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/TaaSProjectForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ const TaaSProjectForm = ({
setInitValues({
name: projectDetail.name,
jobs: _.cloneDeep(taasJobs).map(item => ({
jobId: item.jobId,
title: item.title,
people: parseInt(item.people),
duration: parseInt(item.duration),
Expand Down

0 comments on commit 158140b

Please sign in to comment.