From 8d3f35fb40d19e88c4c664f3f0156eda4ddde572 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Wed, 7 Feb 2024 10:04:50 +0200 Subject: [PATCH] RED-6960 - removed super call --- .../resize-annotation-dialog.component.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/docu-mine/resize-annotation-dialog/resize-annotation-dialog.component.ts b/apps/red-ui/src/app/modules/file-preview/dialogs/docu-mine/resize-annotation-dialog/resize-annotation-dialog.component.ts index d290574d2..b8b6e015f 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/docu-mine/resize-annotation-dialog/resize-annotation-dialog.component.ts +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/docu-mine/resize-annotation-dialog/resize-annotation-dialog.component.ts @@ -21,10 +21,6 @@ export class ResizeAnnotationDialogComponent extends IqserDialogComponent< comment: [null], }); - constructor() { - super(); - } - save() { const formValue = this.form.getRawValue();