IO-1034 Global required validation & error generation.

This commit is contained in:
Patrick Fic
2021-05-06 19:06:24 -07:00
parent 58a314f72d
commit c97d2e0e6f
62 changed files with 430 additions and 410 deletions

View File

@@ -96,7 +96,7 @@ export function JobsDetailGeneral({ bodyshop, jobRO, job, form }) {
rules={[
{
required: job.converted && bodyshop.enforce_referral,
message: t("general.validation.required"),
////message: t("general.validation.required"),
},
]}
>