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

chore!: make tags table component stop to use fields query param (#33575)

parent 7697002c
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ const TagsTable = () => {
const query = useMemo(
() => ({
viewAll: 'true' as const,
fields: JSON.stringify({ name: 1 }),
text: debouncedFilter,
sort: JSON.stringify({ [sortBy]: sortDirection === 'asc' ? 1 : -1 }),
...(itemsPerPage && { count: itemsPerPage }),
......
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