fix: validate uid rule (#3140)
This commit is contained in:
parent
d573e6ff17
commit
536001eaba
@ -19,5 +19,5 @@ export * from './SyncSQLFieldsAction';
|
|||||||
export * from './DeleteCollectionAction';
|
export * from './DeleteCollectionAction';
|
||||||
|
|
||||||
registerValidateFormats({
|
registerValidateFormats({
|
||||||
uid: /^[a-zA-Z][a-zA-Z0-9_]*$/,
|
uid: /^[a-zA-Z][a-zA-Z0-9_-]*$/,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user