IO-1097 add website to bodyshop table

This commit is contained in:
Patrick Fic
2021-05-18 16:22:16 -07:00
parent 2057bd9603
commit 8fefc6169c
14 changed files with 4855 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ const JobSearchSelect = (
],
"id"
);
console.log("restProps", restProps);
return (
<div>

View File

@@ -92,7 +92,9 @@ export default function ShopInfoGeneral({ form }) {
>
<PhoneFormItem />
</Form.Item>
<Form.Item label={t("bodyshop.fields.website")} name="website">
<Input />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.insurance_vendor_id")}
name="insurance_vendor_id"