Skip to content

Commit

Permalink
Fixes a typo in headerfilter plugin (microsoft#24342)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra authored Sep 8, 2023
1 parent 80f7049 commit a5d3833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export class HeaderFilter<T extends Slick.SlickData> extends Disposable {
if (!filterItem || filterItem.indexOf('Error:') < 0) {
let element = new TableFilterListElement(filterItem, filtered);
this._register(element);
this.listData.push();
this.listData.push(element);
}
}

Expand Down

0 comments on commit a5d3833

Please sign in to comment.