mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3233] fixed demo shell filtering for files on drag&drop] (#3504)
This commit is contained in:
@@ -551,4 +551,8 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
|
||||
runCustomAction(event) {
|
||||
console.log(event);
|
||||
}
|
||||
|
||||
getFileFiltering() {
|
||||
return this.acceptedFilesTypeShow ? this.acceptedFilesType : '*';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user