Skip to content

Commit 158140b

Browse files
authored
Merge pull request #1608 from topcoder-platform/PM-683_send-jobid-on-update
PM-683 - send jobid on update for taas projects
2 parents 409270d + 04fc9ec commit 158140b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/TaaSProjectForm/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ const TaaSProjectForm = ({
156156
setInitValues({
157157
name: projectDetail.name,
158158
jobs: _.cloneDeep(taasJobs).map(item => ({
159+
jobId: item.jobId,
159160
title: item.title,
160161
people: parseInt(item.people),
161162
duration: parseInt(item.duration),

0 commit comments

Comments
 (0)