Merge branch 'master' into nymkappa/apple-pay

This commit is contained in:
wiz 2024-07-24 16:47:57 -05:00 committed by GitHub
commit ce2742ff9c
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;
}
}