Skip to content

Commit

Permalink
chore!: make ManagersTable component stop to use fields query param (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarim authored and abhinavkrin committed Oct 25, 2024
1 parent 9117077 commit 07e54d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const ManagersTable = () => {
useMemo(
() => ({
text: debouncedText,
fields: JSON.stringify({ name: 1, username: 1, emails: 1, avatarETag: 1 }),
sort: `{ "${sortBy}": ${sortDirection === 'asc' ? 1 : -1} }`,
count: itemsPerPage,
offset: current,
Expand Down

0 comments on commit 07e54d0

Please sign in to comment.