mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix: missing sort field selection when duplicating records
This commit is contained in:
parent
a9bd6f7844
commit
41bd891811
@ -61,7 +61,7 @@ export const useCollectionState = (currentCollectionName: string, displayType =
|
||||
if (!field.interface) {
|
||||
return;
|
||||
}
|
||||
if (['sort', 'password', 'sequence'].includes(field.type)) {
|
||||
if (['password', 'sequence'].includes(field.type)) {
|
||||
return;
|
||||
}
|
||||
if (filterFields && filterFields(field)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user