RED-7761 - removed also the "paragraph" field when "reason" is not available
This commit is contained in:
parent
1ed6c956eb
commit
641f24e0c9
@ -38,8 +38,7 @@
|
||||
</mat-form-field>
|
||||
</div>
|
||||
|
||||
<ng-container *ngIf="showExtras">
|
||||
<ng-container *ngIf="!hiddenReason">
|
||||
<ng-container *ngIf="showExtras && !hiddenReason">
|
||||
<div [class.required]="!form.controls.reason.disabled" class="iqser-input-group w-450">
|
||||
<label [translate]="'edit-redaction.dialog.content.reason'"></label>
|
||||
<mat-form-field>
|
||||
@ -69,7 +68,6 @@
|
||||
type="text"
|
||||
/>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
||||
<div class="iqser-input-group w-450">
|
||||
<label [translate]="'edit-redaction.dialog.content.section'"></label>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user