WIP Добавил обновление Контактов
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { ruleLengthValue, ruleEmailValue } from "@/shared/utils/rulesInputs";
|
||||
|
||||
export const baseDataForm = [
|
||||
{
|
||||
dataLabel: "Личные данные",
|
||||
@@ -147,11 +149,13 @@ export const contactsDataForm = {
|
||||
title: "Телефон",
|
||||
fieldName: "Телефон",
|
||||
kind: "PHONE",
|
||||
rules: [(val) => ruleLengthValue(val, 18)],
|
||||
inputMask: "+7 (###) ###-##-##",
|
||||
},
|
||||
emails: {
|
||||
title: "Почта",
|
||||
fieldName: "Email",
|
||||
rules: [(val) => ruleEmailValue(val)],
|
||||
kind: "EMAIL",
|
||||
},
|
||||
networks: {
|
||||
|
||||
Reference in New Issue
Block a user