fix: multi-choice filter styles
This commit is contained in:
@@ -166,7 +166,6 @@ export default class DownloadOptionTr extends HTMLTableRowElement {
|
||||
|
||||
if (selectedOptions.length === 0 ||
|
||||
(selectedOptions.length === 1 && selectedOptions[0] === "") ||
|
||||
(selectedOptions.length === 1 && selectedOptions[0] === "-") ||
|
||||
(selectedOptions.length === 1 && selectedOptions[0] === "n/a")
|
||||
) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user