Merge branch 'Server-path-added' of WrenchBoard/Users-Wrench into master

This commit is contained in:
2023-12-12 12:40:54 +00:00
committed by Gogs
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>