cylinder entity umbenannnt
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<mat-hint>Zylinderlänge und co.</mat-hint>
|
||||
</mat-form-field>
|
||||
|
||||
<mat-checkbox formControlName="isDigital">Digitales Schloss</mat-checkbox>
|
||||
<mat-checkbox formControlName="digital">Digitales Schloss</mat-checkbox>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ export class CreateCylinderComponent {
|
||||
name: new FormControl<string | null>(null, Validators.required),
|
||||
system: new FormControl<any>(null, Validators.required),
|
||||
description: new FormControl<string | null>(null),
|
||||
isDigital: new FormControl<boolean>(false)
|
||||
digital: new FormControl<boolean>(false)
|
||||
});
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
Reference in New Issue
Block a user