mirror of
https://github.com/directus/directus.git
synced 2026-01-23 02:38:06 -05:00
Add m2m to non sortable fields (#4855)
* remove non existing fields * add m2m to non sortable fields
This commit is contained in:
@@ -469,7 +469,7 @@ export default defineComponent({
|
||||
field: field.field,
|
||||
},
|
||||
sortable:
|
||||
['json', 'o2m', 'm2o', 'm2a', 'file', 'files', 'alias', 'presentation', 'translations'].includes(
|
||||
['json', 'o2m', 'm2o', 'm2m', 'm2a', 'file', 'files', 'alias', 'presentation', 'translations'].includes(
|
||||
field.type
|
||||
) === false,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user