Changes in Project Selection.
This commit is contained in:
parent
0ef60621fb
commit
5f8e5d16f8
@ -80,7 +80,7 @@ const Header = () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Determine the display text for the project dropdown
|
// Determine the display text for the project dropdown
|
||||||
let displayText = "";
|
let displayText = "All Projects";
|
||||||
if (selectedProject === null) {
|
if (selectedProject === null) {
|
||||||
displayText = "All Projects";
|
displayText = "All Projects";
|
||||||
} else if (selectedProject) {
|
} else if (selectedProject) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user