applications: fix category match check when filtering elements (#76462) #31

Merged
fpeters merged 1 commits from wip/76462-application-element-filter into main 2023-04-10 10:17:28 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
container.show();
} else {
$(elem).hide();
if (!$('label:visible', container).lenght) {
if (!$('label:visible', container).length) {
container.hide();
}
}