IO-2134 Add CSR to conversion.

This commit is contained in:
Patrick Fic
2023-01-02 13:56:35 -08:00
parent 34f5fad365
commit 9413bc60cf
11 changed files with 95 additions and 2 deletions

View File

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