|
|
@ -59,7 +59,7 @@ export class SchemaPageComponent extends AppComponentBase implements OnInit { |
|
|
public addFieldFormSubmitted = false; |
|
|
public addFieldFormSubmitted = false; |
|
|
public addFieldForm: FormGroup = |
|
|
public addFieldForm: FormGroup = |
|
|
this.formBuilder.group({ |
|
|
this.formBuilder.group({ |
|
|
type: ['string', |
|
|
type: [this.fieldTypes[0], |
|
|
[ |
|
|
[ |
|
|
Validators.required |
|
|
Validators.required |
|
|
]], |
|
|
]], |
|
|
|