#6372: Fix search filtering when selecting 'All Objects'
This commit is contained in:
parent
252bdcbbe0
commit
8c67c7efb3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -22,7 +22,7 @@ function handleSearchDropdownClick(event: Event, button: HTMLButtonElement) {
|
|||
selectedType.value = searchValue;
|
||||
} else {
|
||||
selected = '';
|
||||
selectedType.innerHTML = 'All Objects';
|
||||
selectedValue.innerHTML = 'All Objects';
|
||||
selectedType.value = '';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue