IO-2177 Add enforce category on conversion.

This commit is contained in:
Patrick Fic
2023-03-16 14:15:29 -07:00
parent 10a354e479
commit 9438ef9683
11 changed files with 134 additions and 3 deletions

View File

@@ -473,6 +473,13 @@ export default function ShopInfoGeneral({ form }) {
>
<Switch />
</Form.Item>
<Form.Item
name={["enforce_conversion_category"]}
label={t("bodyshop.fields.enforce_conversion_category")}
valuePropName="checked"
>
<Switch />
</Form.Item>
<Form.Item
name={["target_touchtime"]}
label={t("bodyshop.fields.target_touchtime")}