diff --git a/frontend/src/pages/organization/ProjectsPage/components/MyProjectView.tsx b/frontend/src/pages/organization/ProjectsPage/components/MyProjectView.tsx index e9eb251e9..ea0d1d2ff 100644 --- a/frontend/src/pages/organization/ProjectsPage/components/MyProjectView.tsx +++ b/frontend/src/pages/organization/ProjectsPage/components/MyProjectView.tsx @@ -356,7 +356,7 @@ export const MyProjectView = ({
No projects match search...
); - } else if (filteredWorkspaces.length === 0) { + } else if (filteredWorkspaces.length === 0 && isTableFilteredByType) { projectsComponents = (
)} - {isWorkspaceEmpty && ( + {isWorkspaceEmpty && !isTableFilteredByType && (