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

@@ -257,10 +257,6 @@
<md-slide-toggle [color]="'primary'" [(ngModel)]="versioning">Enable versioning</md-slide-toggle>
</section>
<section>
<md-slide-toggle [color]="'primary'" [(ngModel)]="disableWithNoPermission">Disable upload button when user has no permissions</md-slide-toggle>
</section>
<h5>Upload</h5>
<section *ngIf="acceptedFilesTypeShow">
<md-input-container>

View File

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