mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
ecbd5852ca
@ -367,14 +367,6 @@ export class SequenceFieldInterface extends CollectionFieldInterface {
|
||||
operators: interfacesProperties.operators.string,
|
||||
};
|
||||
titleUsable = true;
|
||||
schemaInitialize(schema: ISchema, { block, field }) {
|
||||
if (block === 'Form') {
|
||||
Object.assign(schema['x-component-props'], {
|
||||
disabled: !field.inputable,
|
||||
});
|
||||
}
|
||||
return schema;
|
||||
}
|
||||
properties = {
|
||||
...interfacesProperties.defaultProps,
|
||||
unique: interfacesProperties.unique,
|
||||
|
Loading…
x
Reference in New Issue
Block a user