mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix default interface for system sort field
This commit is contained in:
@@ -310,7 +310,7 @@ export default defineComponent({
|
||||
field: systemFields.sort.name,
|
||||
type: 'integer',
|
||||
meta: {
|
||||
interface: 'sort',
|
||||
interface: 'numeric',
|
||||
hidden: true,
|
||||
},
|
||||
schema: {},
|
||||
|
||||
Reference in New Issue
Block a user