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

chore!: make useQuery hook stop to use fields query param (#33578)

parent d986b57e
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ export const useQuery = (
): PaginatedRequest<{ text: string }> =>
useMemo(
() => ({
fields: JSON.stringify({ name: 1, username: 1, emails: 1, avatarETag: 1 }),
text,
sort: JSON.stringify({
[column]: sortDir(direction),
......
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