parent
7bfff54d30
commit
6444575de3
|
@ -91,7 +91,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div cdkDropList class="col-12 mt-3" (cdkDropListDropped)="dropFields($event, sectionIndex)">
|
<div cdkDropList class="col-12 mt-3" (cdkDropListDropped)="dropFields($event, sectionIndex)">
|
||||||
<div *ngFor="let field of section.get('fields').controls; let fieldIndex=index;" cdkDrag class="d-flex align-items-center mb-4" [cdkDragDisabled]="formGroup.disabled">
|
<div *ngFor="let field of section.get('fields').controls; let fieldIndex=index;" cdkDrag class="d-flex align-items-center" [cdkDragDisabled]="formGroup.disabled">
|
||||||
<div class="section-fields-wrapper">
|
<div class="section-fields-wrapper">
|
||||||
<div class="section-field-index">
|
<div class="section-field-index">
|
||||||
<span style="font-size: 18px;">{{fieldIndex + 1}}</span>
|
<span style="font-size: 18px;">{{fieldIndex + 1}}</span>
|
||||||
|
@ -247,15 +247,6 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- <div class="d-flex flex-wrap mt-1">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div> -->
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<mat-error *ngIf="section.get('descriptionTemplates').hasError('backendError')">{{section.get('descriptionTemplates').getError('backendError').message}}</mat-error>
|
<mat-error *ngIf="section.get('descriptionTemplates').hasError('backendError')">{{section.get('descriptionTemplates').getError('backendError').message}}</mat-error>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue