RED-9862 - Broken resize dialog for imported redaction from preview file with disabled auto-analysis on upload

This commit is contained in:
Valentin Mihai 2024-08-15 17:02:17 +03:00
parent 1db68cbb7a
commit 5d3eb3751c

View File

@ -30,7 +30,7 @@
<mat-form-field>
<mat-select formControlName="dictionary">
<mat-select-trigger>{{ displayedDictionaryLabel }}</mat-select-trigger>
<mat-option [value]="entity.type">
<mat-option [value]="entity?.type">
<span> {{ redaction.typeLabel }} </span>
</mat-option>
</mat-select>