mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
parent
8fdbfdc04c
commit
fc28b06a0f
@ -92,7 +92,7 @@ export class SearchFormComponent implements OnInit {
|
||||
}
|
||||
|
||||
search() {
|
||||
const searchText = this.searchForm.value.searchText.trim();
|
||||
const searchText = this.searchForm.get('searchText').value.trim().toLowerCase();
|
||||
if (searchText) {
|
||||
this.isSearching = true;
|
||||
if (this.regexAddress.test(searchText)) {
|
||||
|
Loading…
Reference in New Issue
Block a user