Remove Crisp from Rome.

This commit is contained in:
Patrick Fic
2023-08-24 12:55:51 -07:00
parent 8a92919b2e
commit 268fdce5ac
4 changed files with 25 additions and 43 deletions

View File

@@ -293,12 +293,6 @@ export function ShopInfoGeneral({ form, bodyshop }) {
<Form.Item
label={t("bodyshop.fields.federal_tax_id")}
name="federal_tax_id"
rules={[
{
required: true,
//message: t("general.validation.required"),
},
]}
>
<Input />
</Form.Item>