mirror of
https://github.com/directus/directus.git
synced 2026-01-23 11:47:59 -05:00
make UUID/manual primary key selectable with count (#13799)
This commit is contained in:
@@ -208,6 +208,7 @@ export default definePanel({
|
||||
},
|
||||
options: {
|
||||
allowPrimaryKey: true,
|
||||
typeAllowList: ['integer', 'bigInteger', 'uuid', 'string'],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user