WIP on master

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 09:48:00 +03:00
parent f85626a8e4
commit 4e49d2d7a6

View File

@ -27,7 +27,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>