RED-6960 - removed super call

This commit is contained in:
Valentin Mihai 2024-02-07 10:04:50 +02:00
parent 771a4ca441
commit 8d3f35fb40

View File

@ -21,10 +21,6 @@ export class ResizeAnnotationDialogComponent extends IqserDialogComponent<
comment: [null],
});
constructor() {
super();
}
save() {
const formValue = this.form.getRawValue();