From 39e1b05461a6a8aedf809286d10619128230f70d Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Wed, 14 Jun 2023 03:42:45 +0100 Subject: [PATCH] duration changed to extension in extend time function payload --- src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx b/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx index d3432fa..957016d 100644 --- a/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/PastDueJobAction.jsx @@ -71,7 +71,7 @@ function PastDueJobAction({jobDetails}) { contract: jobDetails.contract, contract_uid: jobDetails.contract_uid, job_action: 'EXTEND_TIMELINE', - duration: Number(extendedTime) + extension: Number(extendedTime) } if(!extendedTime){ // checks that timeline duration is selected setReqStatus({loading:false, status: false, message: 'Please select timeline duration'})