add missing imports of Angular lifecycle interfaces

(cherry picked from commit 2d9ad8e5cf)
This commit is contained in:
Sascha Szott
2024-06-13 13:46:57 +02:00
committed by github-actions[bot]
parent 8075734744
commit 93d10aaf2f
19 changed files with 52 additions and 23 deletions

View File

@@ -3,6 +3,7 @@ import {
Component,
Input,
OnChanges,
OnDestroy,
} from '@angular/core';
import { TranslateService } from '@ngx-translate/core';
import {
@@ -43,7 +44,7 @@ import parseSectionErrors from '../../utils/parseSectionErrors';
],
standalone: true,
})
export class SubmissionUploadFilesComponent implements OnChanges {
export class SubmissionUploadFilesComponent implements OnChanges, OnDestroy {
/**
* The collection id this submission belonging to