Merge branch 'master' into nymkappa/apple-pay

This commit is contained in:
wiz
2024-07-24 16:47:57 -05:00
committed by GitHub

View File

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