Yehuda Kremer 7 years ago
committed by GitHub
parent
commit
e7fb54cbec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Squidex/app/features/schemas/pages/schema/field-wizard.component.html

4
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>

Loading…
Cancel
Save