IO-2330 Remove phone validation for vendor sav.e

This commit is contained in:
Patrick Fic
2023-11-06 15:04:01 -08:00
parent 7472285641
commit f6bcc743d8

View File

@@ -154,7 +154,6 @@ export function VendorsFormComponent({
label={t("vendors.fields.phone")}
name="phone"
rules={[
{ required: true, message: t("general.validation.required") },
({ getFieldValue }) =>
PhoneItemFormatterValidation(getFieldValue, "phone"),
]}