Skip to content
Snippets Groups Projects
Commit 26604d49 authored by Ricardo Garim's avatar Ricardo Garim Committed by Guilherme Gazzo
Browse files

chore!: make ManagersTable component stop to use fields query param (#33577)

parent f23df1ba
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ const ManagersTable = () => { ...@@ -36,7 +36,6 @@ const ManagersTable = () => {
useMemo( useMemo(
() => ({ () => ({
text: debouncedText, text: debouncedText,
fields: JSON.stringify({ name: 1, username: 1, emails: 1, avatarETag: 1 }),
sort: `{ "${sortBy}": ${sortDirection === 'asc' ? 1 : -1} }`, sort: `{ "${sortBy}": ${sortDirection === 'asc' ? 1 : -1} }`,
count: itemsPerPage, count: itemsPerPage,
offset: current, offset: current,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment