|
|
|
@@ -168,7 +168,9 @@ const FormPanel = ({ formData }) => { |
|
|
|
if (msg === "haveActiveProof") { |
|
|
|
msg = "Action Failed: There is already a pending payment and proofreading record for client review." |
|
|
|
} else if (msg === "haveProofed") { |
|
|
|
msg = "Action Failed: Already proofed." |
|
|
|
msg = "Action Failed: An active proof is already created for this application." |
|
|
|
} else if (msg === "applicationNotFound") { |
|
|
|
msg = "Application not found." |
|
|
|
} |
|
|
|
setWarningText(msg); |
|
|
|
setIsWarningPopUp(true); |
|
|
|
|