Remove not supported property from document list

Custom folder icons as material design icon names are not supported for
the time being and might be reintroduced later.
This commit is contained in:
Denys Vuika
2016-06-13 15:02:38 +01:00
parent b8f1521cc4
commit 54a8945338
4 changed files with 0 additions and 20 deletions

View File

@@ -64,9 +64,6 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit,
@Input()
breadcrumb: boolean = false;
@Input('folder-icon')
folderIcon: string;
@Input()
thumbnails: boolean = false;