diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.html b/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.html
index 78c3aeab6..d5262ad5d 100644
--- a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.html
+++ b/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.html
@@ -6,17 +6,19 @@
>
-
-
- {{ redaction.value }}
-
+
+
+
+ {{ redaction.value }}
+
-
-
- {{ data.text }}
-
+
+
+ {{ data.text }}
+
+
-
+
@@ -48,5 +50,5 @@
-
+
diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.ts b/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.ts
index a17d04958..e78831197 100644
--- a/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.ts
+++ b/apps/red-ui/src/app/modules/file-preview/dialogs/resize-redaction-dialog/resize-redaction-dialog.component.ts
@@ -20,7 +20,7 @@ export class ResizeRedactionDialogComponent
readonly options: DetailsRadioOption
[];
dictionaries: Dictionary[] = [];
readonly redaction = this.data.redaction;
- form: FormGroup<{
+ readonly form: FormGroup<{
comment: FormControl;
dictionary: FormControl;
option: FormControl>;