format (no changes)
This commit is contained in:
parent
ec1410c23e
commit
aeefa6cfc4
|
@ -188,11 +188,7 @@
|
|||
</div>
|
||||
<div class="col-auto col-xl-2 section-field">
|
||||
@if (isMandatorySystemField(field?.value)) {
|
||||
<app-noop-checkbox
|
||||
[control]="field.get('required')"
|
||||
label="{{'PLAN-BLUEPRINT-EDITOR.FIELDS.FIELD-REQUIRED' | translate}}"
|
||||
tooltipText="{{'PLAN-BLUEPRINT-EDITOR.FIELDS.SYSTEM-FIELD-REQUIRED' | translate}}"
|
||||
></app-noop-checkbox>
|
||||
<app-noop-checkbox [control]="field.get('required')" label="{{'PLAN-BLUEPRINT-EDITOR.FIELDS.FIELD-REQUIRED' | translate}}" tooltipText="{{'PLAN-BLUEPRINT-EDITOR.FIELDS.SYSTEM-FIELD-REQUIRED' | translate}}"></app-noop-checkbox>
|
||||
}
|
||||
@else {
|
||||
<mat-checkbox [formControl]="field.get('required')"><span>{{'PLAN-BLUEPRINT-EDITOR.FIELDS.FIELD-REQUIRED' | translate}}</span></mat-checkbox>
|
||||
|
@ -365,4 +361,3 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue