Skip to content

Commit

Permalink
fix(frontend): replace getting task_id from submission with url param
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 19, 2024
1 parent 7341f39 commit fa3b235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const SubmissionsTable = ({ toggleView }) => {
SubmissionActions.SetUpdateReviewStatusModal({
toggleModalStatus: true,
instanceId: row?.meta?.instanceID,
taskId: row?.all?.task_id,
taskId: searchParams.get('task_id'),
projectId: projectId,
reviewState: row?.__system?.reviewState,
}),
Expand Down

0 comments on commit fa3b235

Please sign in to comment.