Compare commits

...

1 Commits

Author SHA1 Message Date
ebube 0756747143 updated payload 2023-12-11 20:30:44 -08:00
2 changed files with 3 additions and 3 deletions
@@ -34,7 +34,7 @@ function PastDueJobAction({jobDetails}) {
let reqData = { // API PAYLOADS let reqData = { // API PAYLOADS
contract: jobDetails.contract, contract: jobDetails.contract,
contract_uid: jobDetails.contract_uid, contract_uid: jobDetails.contract_uid,
job_action: 'REQUEST_CANCEL', job_action: 'CANCEL_CONTRACT',
} }
if(!checked){ // CHECKS IF CHECKBOX IS SELECTED if(!checked){ // CHECKS IF CHECKBOX IS SELECTED
+2 -2
View File
@@ -133,9 +133,9 @@ function OfferJobPopout({ details, onClose, situation }) {
</svg> </svg>
</button> </button>
</div> </div>
<div className="md:flex bg-white rounded-lg shadow-lg"> <div className="md:flex bg-white dark:bg-dark-white rounded-lg shadow-lg">
<div className="p-4 w-full md:w-3/4 md:border-r-2"> <div className="p-4 w-full md:w-3/4 md:border-r-2">
<p className="text-lg my-5 font-semibold text-slate-900 tracking-wide"> <p className="text-lg my-5 font-semibold text-slate-900 dark:text-white tracking-wide">
{details.title} {details.title}
</p> </p>