mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Fix name of file in unsupported notification
This commit is contained in:
parent
a6c32c79d3
commit
fa6d54bad1
@ -70,7 +70,7 @@
|
||||
</div>
|
||||
<div *ngIf="isImage()" ><img src="{{urlFile}}" id="viewer-image" class="center-element viewer-image"/></div>
|
||||
<div *ngIf="notSupportedExtension()">
|
||||
<not-supported-format [urlFile]="urlFile" [displayName]="displayName" ></not-supported-format>
|
||||
<not-supported-format [urlFile]="urlFile" [nameFile]="displayName" ></not-supported-format>
|
||||
</div>
|
||||
<!-- End View Switch -->
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user