Skip to content

Commit

Permalink
Merge pull request #6141 from hotosm/fix/associated-projects-in-teams…
Browse files Browse the repository at this point in the history
…-page

fix: associated projects in teams page
  • Loading branch information
ramyaragupathy authored Nov 27, 2023
2 parents e1fe660 + 8ee9132 commit 8b3ccc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/teams.js
Original file line number Diff line number Diff line change
@@ -426,7 +426,7 @@ export function TeamDetail() {
const [error, loading, team] = useFetch(`teams/${id}/`);
// eslint-disable-next-line
const [projectsError, projectsLoading, projects] = useFetch(
`projects/?teamId=${id}&omitMapResults=true`,
`projects/?teamId=${id}&omitMapResults=true&projectStatuses=PUBLISHED,DRAFT,ARCHIVED`,
id,
);
const [isMember, setIsMember] = useState(false);

0 comments on commit 8b3ccc2

Please sign in to comment.