[develop | DONE | CHANGED ] AdvancedSearchInputComponent: show the arrow down in all select inputs

This commit is contained in:
argirok 2024-06-19 12:28:45 +03:00
parent f26c9e8f48
commit 6a781dd478
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ export class AdvancedSearchInputComponent implements AfterContentInit, OnDestroy
init() {
this.inputs.forEach(input => {
input.inputClass = 'advanced-search';
input.selectArrow = null;
});
}