Issues_July_2W: Project overview widgets #256

Merged
vikas.nale merged 17 commits from Issues_July_2W into main 2025-07-15 12:28:46 +00:00
Showing only changes of commit 5f8e5d16f8 - Show all commits

View File

@ -80,7 +80,7 @@ const Header = () => {
);
// Determine the display text for the project dropdown
let displayText = "";
let displayText = "All Projects";
if (selectedProject === null) {
displayText = "All Projects";
} else if (selectedProject) {