Issues_July_2W: Project overview widgets #256
@ -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