Changes in Project Selection.
This commit is contained in:
parent
651b10da15
commit
a15084cfbb
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user