Add an "All Projects" selection option in the global project dropdown. #253

Merged
pramod.mahajan merged 6 commits from Kartik_Task#734 into Issues_July_2W 2025-07-15 09:41:08 +00:00
Showing only changes of commit a15084cfbb - 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) {