Merge pull request #10087 from scmmishra/remove-red
fix: remove unused red indicator from the legend
This commit is contained in:
commit
8d8d4afa29
1 changed files with 0 additions and 4 deletions
|
|
@ -344,10 +344,6 @@ class DesktopPage {
|
|||
{
|
||||
color: "orange",
|
||||
description: __("No Records Created")
|
||||
},
|
||||
{
|
||||
color: "red",
|
||||
description: __("Has Open Entries")
|
||||
}
|
||||
].map(item => {
|
||||
return `<div class="legend-item small text-muted justify-flex-start">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue