We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81709a1 commit b893a4aCopy full SHA for b893a4a
features/ResultsView.tsx
@@ -29,7 +29,7 @@ export const ResultsView = () => {
29
isLoading: isTasksLoading,
30
isError: isTasksError,
31
error: tasksError,
32
- } = useGetTasks({ project_id: projectId });
+ } = useGetTasks({ project_id: projectId, exclude_purpose: "INSTANCE.PROJECT" });
33
const tasks = tasksData?.tasks;
34
35
const [resultTypes, setResultTypes] = useState(["task", "instance"]);
0 commit comments