Skip to content

Commit 599079d

Browse files
ricardogarimggazzo
authored andcommitted
chore!: make livechat units table component stop to use fields query param (#33576)
1 parent 0d146f7 commit 599079d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/meteor/client/omnichannel/units/UnitsTable.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const UnitsTable = () => {
3030

3131
const query = useMemo(
3232
() => ({
33-
fields: JSON.stringify({ name: 1 }),
3433
text: debouncedFilter,
3534
sort: JSON.stringify({ [sortBy]: sortDirection === 'asc' ? 1 : -1 }),
3635
...(itemsPerPage && { count: itemsPerPage }),

0 commit comments

Comments
 (0)