mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
restore removed method
This commit is contained in:
committed by
Sheena Malhotra
parent
b046414721
commit
f28f2ffe6c
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user