Merge pull request #5351 from mempool/natsoni/fix-recursion-search

Fix recursion loop in search bar
This commit is contained in:
softsimon 2024-07-24 15:42:51 -05:00 committed by GitHub
commit 4547a2757c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,7 +303,6 @@ export class SearchFormComponent implements OnInit {
(error) => { console.log(error); this.isSearching = false; }
);
} else {
this.searchResults.searchButtonClick();
this.isSearching = false;
}
}