Skip to content

Commit

Permalink
Revert: fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Jan 7, 2019
1 parent e4177d7 commit ef24966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/transfer/nz-transfer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export class NzTransferComponent implements OnInit, OnChanges, OnDestroy {
private unsubscribe$ = new Subject<void>();
@ViewChildren(NzTransferListComponent)
private lists !: QueryList<NzTransferListComponent>;
// tslint:disable-next-line:no-any
locale: any = {};

leftFilter = '';
rightFilter = '';
Expand Down

0 comments on commit ef24966

Please sign in to comment.