Skip to content

Commit

Permalink
Added an 'isTable' attribute to the tableExtractor, to more easily id…
Browse files Browse the repository at this point in the history
…entify when it's the active extractor of BulkSearchState.
  • Loading branch information
benbdeitch committed Aug 14, 2024
1 parent 1f4de74 commit 000d8a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openlibrary/components/BulkSearch/utils/classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ export class TableExtractor extends AbstractExtractor{
*/
constructor(name) {
super(name)
/** @type {boolean} */
this.isTable = true
}

/**
Expand Down

0 comments on commit 000d8a3

Please sign in to comment.