Skip to content

Commit 0a24404

Browse files
authored
Merge pull request #1336 from sahalbelam/sahalbelam-issue-1301
Fix typo in search-results.js
2 parents f3cc907 + 41ed09b commit 0a24404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BookNavigator/search/search-results.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class IABookSearchResults extends LitElement {
2828
this.query = '';
2929
this.queryInProgress = false;
3030
this.renderHeader = false;
31-
this.renderSearchAllFields = false;
31+
this.renderSearchAllFiles = false;
3232
this.displayResultImages = false;
3333
this.errorMessage = '';
3434

0 commit comments

Comments
 (0)