Label Updates in Shop Config IO-700

This commit is contained in:
Patrick Fic
2021-02-24 15:37:08 -08:00
parent 24fb9fd0a0
commit dfcc18c8dc
7 changed files with 1603 additions and 1378 deletions

View File

@@ -823,7 +823,10 @@ export default function ShopInfoComponent({ form, saveLoading }) {
>
<ShopInfoResponsibilityCenterComponent form={form} />
</Collapse.Panel>
<Collapse.Panel key="intake" header={t("bodyshop.labels.intake")}>
<Collapse.Panel
key="checklists"
header={t("bodyshop.labels.checklists")}
>
<ShopInfoIntakeChecklistComponent form={form} />
</Collapse.Panel>
<Collapse.Panel