Hide WIP filter inside document-list (#5761)

This commit is contained in:
Baptiste Mahé
2020-06-08 19:25:25 +02:00
committed by GitHub
parent 6412697d96
commit 4b53c0e3be

View File

@@ -308,7 +308,7 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
noPermission: boolean = false;
selection = new Array<NodeEntry>();
$folderNode: Subject<Node> = new Subject<Node>();
allowFiltering: boolean = true;
allowFiltering: boolean = false;
// @deprecated 3.0.0
folderNode: Node;