This commit is contained in:
gbubemismith 2022-05-26 14:53:46 +01:00
parent 58032199c1
commit 66b0fa2bc3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export class SearchBarService {
}
setSearchText(value: string) {
this.searchText.next(Utils.normalizeSearchQuery(value));
this.searchText.next(value);
}
private updateState() {