diff --git a/client/src/components/job-3rd-party-modal/job-3rd-party-modal.component.jsx b/client/src/components/job-3rd-party-modal/job-3rd-party-modal.component.jsx index 5803c0c6f..f597d156e 100644 --- a/client/src/components/job-3rd-party-modal/job-3rd-party-modal.component.jsx +++ b/client/src/components/job-3rd-party-modal/job-3rd-party-modal.component.jsx @@ -87,9 +87,7 @@ export function Jobd3RdPartyModal({ bodyshop, jobId }) { return ( <> - +
setSearch(e.target.value)} - value={search} - /> + + + setSearch(e.target.value)} + value={search} + /> + } > @@ -71,7 +74,6 @@ export function PrintCenterJobsComponent({ printCenterModal }) { ))} - diff --git a/client/src/components/shop-info/shop-info.general.component.jsx b/client/src/components/shop-info/shop-info.general.component.jsx index 74170bf3c..9123eddfc 100644 --- a/client/src/components/shop-info/shop-info.general.component.jsx +++ b/client/src/components/shop-info/shop-info.general.component.jsx @@ -261,7 +261,6 @@ export default function ShopInfoGeneral({ form }) { label={t("bodyshop.fields.md_categories")} rules={[ { - required: true, //message: t("general.validation.required"), type: "array", }, diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index e0a98ab1b..31e88c93c 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1732,7 +1732,7 @@ "state": "Province/State", "zip": "Postal Code/Zip" }, - "3rdpartypayer": "Third Party Payer", + "3rdpartypayer": "Invoice to Third Party Payer", "appointment_confirmation": "Appointment Confirmation", "appointment_reminder": "Appointment Reminder", "casl_authorization": "CASL Authorization",