Orphaned properties in label filter on the advanced search page
Summary
We found upon test re-rewrite that there are some orphaned properties inside the label-filter component. Although there are no known issues with the component functionality. This needs to be addressed as there are possibly some edge cases where this component can render no correctly.
Steps to reproduce
this component app/assets/javascripts/search/sidebar/components/label_filter/index.vue
Has these properties orphaned:
isLoggedIn, showSearchDropdown and showDefaultItems
What is the current bug behavior?
What is the expected correct behavior?
Relevant logs and/or screenshots
For the test fixing purpose I can simply remove all of them besides isLoggedIn and remove rendering search results as they are always equal to an empty string. But it might need a look whether we want a proper fix with providing the properties to component