mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix blob input in text viewer (#1942)
This commit is contained in:
committed by
Eugenio Romano
parent
d3eee53ee4
commit
c6bfe892ee
@@ -29,7 +29,7 @@ export class ImgViewerComponent implements OnChanges {
|
||||
urlFile: string;
|
||||
|
||||
@Input()
|
||||
blobFile: any;
|
||||
blobFile: Blob;
|
||||
|
||||
@Input()
|
||||
nameFile: string;
|
||||
|
Reference in New Issue
Block a user