[bugfix] template upload (#2710)

Co-authored-by: aias00 <rokkki@163.com>
This commit is contained in:
Logic
2024-09-13 21:36:22 +08:00
committed by GitHub
co-authored by aias00
parent 90c027d6cc
commit 6c36d1d60a
@@ -177,7 +177,7 @@
<nz-upload
nzName="file"
nzListType="text"
[nzShowUploadList]="true"
[nzShowUploadList]="false"
[nzMultiple]="false"
[nzLimit]="1"
[nzCustomRequest]="handleTemplateInput"