mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
fix: view details of unknown projects on dashboard
This commit is contained in:
@ -25,7 +25,7 @@ func (f OrFilter) Exists() bool {
|
||||
|
||||
func (f OrFilter) MatchAny(search string) bool {
|
||||
for _, s := range f {
|
||||
if s == search {
|
||||
if s == search || (s == "-" && search == "") {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user