Prevent FAYT results from re-appearing after login

Refs #1294
This commit is contained in:
Will Abson
2016-12-16 14:32:04 +00:00
parent 2bed309023
commit b60ad98b34

View File

@@ -111,7 +111,6 @@ export class AlfrescoSearchControlComponent implements OnInit, OnDestroy {
}
private onSearchTermChange(value: string): void {
this.setAutoCompleteDisplayed(true);
this.liveSearchTerm = value;
this.searchControl.setValue(value, true);
this.searchValid = this.searchControl.valid;