We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66e34d commit 8c52f17Copy full SHA for 8c52f17
apps/meteor/client/omnichannel/tags/TagsTable.tsx
@@ -35,7 +35,6 @@ const TagsTable = () => {
35
const query = useMemo(
36
() => ({
37
viewAll: 'true' as const,
38
- fields: JSON.stringify({ name: 1 }),
39
text: debouncedFilter,
40
sort: JSON.stringify({ [sortBy]: sortDirection === 'asc' ? 1 : -1 }),
41
...(itemsPerPage && { count: itemsPerPage }),
0 commit comments