Skip to content

Commit

Permalink
fix: fix table spec type
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Mar 3, 2019
1 parent 814fa85 commit a92b44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/nz-table.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ export class NzTestTableScrollComponent implements OnInit {
`
})
export class NzTableSpecCrashComponent {
data = [];
data: Array<{ id: number, name: string }> = [];
pageIndex = 1;
pageSize = 10;
pageIndexChange = jasmine.createSpy('pageSize callback');
Expand Down

0 comments on commit a92b44b

Please sign in to comment.