Browse Source
Merge pull request #352 from YehudaKremer/patch-2
Update field-wizard.component.html
pull/353/head
Sebastian Stehle
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/Squidex/app/features/schemas/pages/schema/field-wizard.component.html
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="col-4 type" *ngFor="let fieldType of fieldTypes"> |
|
|
|
<label> |
|
|
|
<input type="radio" class="radio-input" formControlName="type" value="{{fieldType.type}}" name="fieldType" /> |
|
|
|
<input type="radio" class="radio-input" formControlName="type" value="{{fieldType.type}}" name="type" /> |
|
|
|
|
|
|
|
<div class="row no-gutters"> |
|
|
|
<div class="col-auto"> |
|
|
|
@ -104,4 +104,4 @@ |
|
|
|
<button type="button" class="btn btn-primary" (click)="save()">Save and close</button> |
|
|
|
</div> |
|
|
|
</ng-container> |
|
|
|
</sqx-modal-dialog> |
|
|
|
</sqx-modal-dialog> |
|
|
|
|