diff --git a/apps/meteor/client/omnichannel/tags/TagsTable.tsx b/apps/meteor/client/omnichannel/tags/TagsTable.tsx index a4b31cd4755c3..9e82efdee6dc6 100644 --- a/apps/meteor/client/omnichannel/tags/TagsTable.tsx +++ b/apps/meteor/client/omnichannel/tags/TagsTable.tsx @@ -35,7 +35,6 @@ const TagsTable = () => { const query = useMemo( () => ({ viewAll: 'true' as const, - fields: JSON.stringify({ name: 1 }), text: debouncedFilter, sort: JSON.stringify({ [sortBy]: sortDirection === 'asc' ? 1 : -1 }), ...(itemsPerPage && { count: itemsPerPage }),