Skip to content

Commit

Permalink
chore!: make livechat units table component stop to use fields query …
Browse files Browse the repository at this point in the history
…param (#33576)
  • Loading branch information
ricardogarim authored and abhinavkrin committed Oct 25, 2024
1 parent 86272e5 commit 9117077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/client/omnichannel/units/UnitsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const UnitsTable = () => {

const query = useMemo(
() => ({
fields: JSON.stringify({ name: 1 }),
text: debouncedFilter,
sort: JSON.stringify({ [sortBy]: sortDirection === 'asc' ? 1 : -1 }),
...(itemsPerPage && { count: itemsPerPage }),
Expand Down

0 comments on commit 9117077

Please sign in to comment.