mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
0a587a6e3a
@ -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