Skip to content

Commit fb71cc5

Browse files
ricardogarimggazzo
authored andcommitted
chore!: make tags table component stop to use fields query param (#33575)
1 parent 7697002 commit fb71cc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/meteor/client/omnichannel/tags/TagsTable.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const TagsTable = () => {
3535
const query = useMemo(
3636
() => ({
3737
viewAll: 'true' as const,
38-
fields: JSON.stringify({ name: 1 }),
3938
text: debouncedFilter,
4039
sort: JSON.stringify({ [sortBy]: sortDirection === 'asc' ? 1 : -1 }),
4140
...(itemsPerPage && { count: itemsPerPage }),

0 commit comments

Comments
 (0)