mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
add missing imports of Angular lifecycle interfaces
(cherry picked from commit 2d9ad8e5cf
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
8075734744
commit
93d10aaf2f
@@ -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
|
||||
|
Reference in New Issue
Block a user