mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-2766] download button for custom sources (#3258)
* download button for custom sources * fix enum usage
This commit is contained in:
committed by
Eugenio Romano
parent
76005cd215
commit
9b78fcb445
@@ -41,4 +41,8 @@ export class CustomSourcesComponent {
|
||||
{ title: 'My', value: '-my-' },
|
||||
{ title: 'Shared', value: '-shared-' }
|
||||
];
|
||||
|
||||
hasSelection(selection: any[]): boolean {
|
||||
return selection && selection.length > 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user