mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 01:26:11 +00:00
fix(users): remove phone validation
This commit is contained in:
parent
17827c2c30
commit
03be3e7c77
@ -69,7 +69,6 @@ export const userCollection = {
|
||||
type: 'string',
|
||||
title: '{{t("Phone")}}',
|
||||
'x-component': 'Input',
|
||||
'x-validator': 'phone',
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
@ -213,7 +212,6 @@ export const usersSchema: ISchema = {
|
||||
phone: {
|
||||
title: '{{t("Phone")}}',
|
||||
'x-component': 'Input',
|
||||
'x-validator': 'phone',
|
||||
'x-decorator': 'FormItem',
|
||||
required: false,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user