Production release June 2024 [Monitor Dashboard, Irish Monitor] #45

Merged
k.triantafyllou merged 10 commits from develop into master 2024-06-20 11:31:07 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6a781dd478 - Show all commits

View File

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