Skip to content

Commit

Permalink
Merge pull request #1336 from sahalbelam/sahalbelam-issue-1301
Browse files Browse the repository at this point in the history
Fix typo in search-results.js
  • Loading branch information
cdrini authored Sep 18, 2024
2 parents f3cc907 + 41ed09b commit 0a24404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BookNavigator/search/search-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class IABookSearchResults extends LitElement {
this.query = '';
this.queryInProgress = false;
this.renderHeader = false;
this.renderSearchAllFields = false;
this.renderSearchAllFiles = false;
this.displayResultImages = false;
this.errorMessage = '';

Expand Down

0 comments on commit 0a24404

Please sign in to comment.