We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d146f7 commit 599079dCopy full SHA for 599079d
apps/meteor/client/omnichannel/units/UnitsTable.tsx
@@ -30,7 +30,6 @@ const UnitsTable = () => {
30
31
const query = useMemo(
32
() => ({
33
- fields: JSON.stringify({ name: 1 }),
34
text: debouncedFilter,
35
sort: JSON.stringify({ [sortBy]: sortDirection === 'asc' ? 1 : -1 }),
36
...(itemsPerPage && { count: itemsPerPage }),
0 commit comments