Skip to content

Commit

Permalink
chore!: make tags table component stop to use fields query param (#33575
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ricardogarim authored and ggazzo committed Oct 17, 2024
1 parent a66e34d commit 8c52f17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/client/omnichannel/tags/TagsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }),
Expand Down

0 comments on commit 8c52f17

Please sign in to comment.