mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
refactor: sort field should not has defaultValue (#3986)
This commit is contained in:
parent
19f905d34c
commit
771fdf48fc
@ -23,7 +23,7 @@ export class SortFieldInterface extends CollectionFieldInterface {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
availableTypes = ['bigInt', 'integer', 'sort'];
|
availableTypes = ['bigInt', 'integer', 'sort'];
|
||||||
hasDefaultValue = true;
|
hasDefaultValue = false;
|
||||||
properties = {
|
properties = {
|
||||||
...defaultProps,
|
...defaultProps,
|
||||||
scopeKey: {
|
scopeKey: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user