Skip to content

Commit

Permalink
chore: remove fields query param from get livechat tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarim committed Oct 14, 2024
1 parent bfefe41 commit f740a71
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 f740a71

Please sign in to comment.