mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Put folder on top by default (#5918)
This commit is contained in:
@@ -89,7 +89,7 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
|
||||
processId;
|
||||
|
||||
@Input()
|
||||
sorting = ['name', 'asc'];
|
||||
sorting = ['nodeType', 'DESC'];
|
||||
|
||||
@Input()
|
||||
sortingMode = 'server';
|
||||
|
Reference in New Issue
Block a user