Skip to content

Commit 3008837

Browse files
committed
Omit project filtering when tasks are filtered
1 parent 6b12698 commit 3008837

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/plugins/operation_ui/src/modules/project/hooks/useGetProjects.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ export const useProjectsVariables = (
5252
},
5353
cursor,
5454
name: name || undefined,
55-
56-
priority: priority || undefined,
57-
status: status || undefined,
5855
leadId: lead || undefined,
5956
...variables,
6057
...(variables?.teamIds || variables?.userId || !currentUser?._id

0 commit comments

Comments
 (0)