Browse Source

Add to ST team

develop
MSI\2Fi 4 months ago
parent
commit
3e13f6d58b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/ProjectSearch/ProjectSearchWrapper.tsx

+ 1
- 1
src/components/ProjectSearch/ProjectSearchWrapper.tsx View File

@@ -28,7 +28,7 @@ const ProjectSearchWrapper: React.FC & SubComponents = async () => {

let filteredProjects = projects;
if (!isViewAllProjectRight) {
filteredProjects = projects.filter((project) => project.teamId === teamId);
filteredProjects = projects.filter((project) => project.teamId === teamId || project.team === "ST");
}

return (


Loading…
Cancel
Save