SUPPORT-8381: remove progress percents
This commit is contained in:
parent
3f3613301c
commit
ac91a3dd60
1 changed files with 1 additions and 1 deletions
|
|
@ -27,6 +27,6 @@
|
|||
<div class="file-upload-progress-bar"
|
||||
role="progressbar"
|
||||
*ngIf="isProgressBarVisible"
|
||||
[ngStyle]="{ 'width': uploader.progress + '%' }">{{uploader.progress}}%</div>
|
||||
[ngStyle]="{ 'width': uploader.progress + '%' }"></div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue