Skip to content

Commit

Permalink
fix(module:upload): fix uploadError of undefined (NG-ZORRO#5476)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Jul 1, 2020
1 parent bb21d50 commit da70a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/upload/upload.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ng-template #list>
<nz-upload-list
*ngIf="!nzFileListRender"
*ngIf="locale && !nzFileListRender"
#listComp
[style.display]="nzShowUploadList ? '' : 'none'"
[locale]="locale"
Expand Down

0 comments on commit da70a15

Please sign in to comment.