Put folder on top by default (#5918)

This commit is contained in:
Vito
2020-07-28 09:13:04 +01:00
committed by GitHub
parent 76727e954b
commit 01a068550f
2 changed files with 6 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
processId;
@Input()
sorting = ['name', 'asc'];
sorting = ['nodeType', 'DESC'];
@Input()
sortingMode = 'server';