mirror of
https://github.com/strapi/strapi.git
synced 2025-09-16 03:48:22 +00:00
Remove dynamic zone filters
This commit is contained in:
parent
3eafe1c6e1
commit
81fff98c31
@ -263,6 +263,11 @@ const convertFiltersQueryParams = (filters, schema) => {
|
||||
else if (attribute.type === 'media') {
|
||||
filters[key] = sanitizeFilters(value, strapi.getModel('plugin::upload.file'));
|
||||
}
|
||||
|
||||
// Dynamic Zones
|
||||
else if (attribute.type === 'dynamiczone') {
|
||||
removeOperator();
|
||||
}
|
||||
}
|
||||
|
||||
// Handle operators
|
||||
|
Loading…
x
Reference in New Issue
Block a user