Skip to content

Commit

Permalink
style(list-view): reset checkAll checkbox failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 4, 2020
1 parent 736add0 commit 9328752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class ListViewComponent implements OnInit, OnDestroy {

private listScrb: Subscription;
resetCurrentPage() {
this.checkAll = false;
this.checkAll = false; // TODO: not work around.
this.table.apiEvent({
type: API.setPaginationCurrentPage,
value: 1,
Expand Down

0 comments on commit 9328752

Please sign in to comment.