Skip to content

Commit 04fc9ec

Browse files
committed
PM-683 - send jobid on update for taas projects
1 parent 409270d commit 04fc9ec

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)