Changes in Project Selection.

This commit is contained in:
Kartik sharma 2025-07-14 15:35:45 +05:30 committed by pramod.mahajan
parent 0ef60621fb
commit 5f8e5d16f8

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) {