remove unused checkbox from demo shell (#2322)

This commit is contained in:
Denys Vuika
2017-09-11 16:01:31 +01:00
committed by Eugenio Romano
parent c418e428f4
commit aed9532d9d
2 changed files with 0 additions and 7 deletions

View File

@@ -62,9 +62,6 @@ export class FilesComponent implements OnInit {
@Input()
multipleFileUpload: boolean = false;
@Input()
disableWithNoPermission: boolean = false;
@Input()
folderUpload: boolean = false;