Skip to content

Commit

Permalink
fix: fix icon page
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Mar 12, 2019
1 parent 44f17c6 commit 0f3052b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon/page/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ const newIconNames: string[] = [
]
})
export class NzPageDemoIconComponent implements OnInit {
displayedNames = {};
displayedNames: Array<{ name: string, icons: string[] }> = [];
categoryNames: string[] = [];
currentTheme = 'outline';
localeObj: { [ key: string ]: string } = locale;
Expand Down

0 comments on commit 0f3052b

Please sign in to comment.