mirror of
https://github.com/directus/directus.git
synced 2026-02-14 02:55:19 -05:00
Fix presets filter query
This fixes a RangeError and the drawer not showing the presets and bookmarks count.
This commit is contained in:
@@ -40,7 +40,7 @@ export default defineComponent({
|
||||
try {
|
||||
const response = await api.get(`/presets`, {
|
||||
params: {
|
||||
[`filter[title][nnull]`]: 1,
|
||||
[`filter[bookmark][_nnull]`]: 1,
|
||||
fields: ['id'],
|
||||
meta: 'filter_count,total_count',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user