Skip to content

Commit

Permalink
Fix TS2869 compilation issues with TypeScript 5.6.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671839614
  • Loading branch information
Googler committed Sep 6, 2024
1 parent af1b72c commit 75da3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lit_nlp/client/modules/data_table_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,8 @@ export class DataTableModule extends LitModule {
Reset view
</button>
<button class='hairline-button' @click=${onClickSelectFiltered}
?disabled="${!this.table?.isFiltered ?? true}">
Select filtered
?disabled="${!this.table?.isFiltered}">
Select filtered
</button>
</div>
`;
Expand Down

0 comments on commit 75da3ef

Please sign in to comment.