restore removed method

This commit is contained in:
Denys Vuika
2023-02-13 13:47:54 -05:00
committed by Sheena Malhotra
parent b046414721
commit f28f2ffe6c

View File

@@ -154,6 +154,7 @@ export class SearchInputComponent implements OnInit, OnDestroy {
} else { } else {
this.store.dispatch(new SnackbarErrorAction('APP.BROWSE.SEARCH.EMPTY_SEARCH')); this.store.dispatch(new SnackbarErrorAction('APP.BROWSE.SEARCH.EMPTY_SEARCH'));
} }
this.trigger.closeMenu();
} }
onSearchChange(searchTerm: string) { onSearchChange(searchTerm: string) {