mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fix lint error regarding missing interface
(cherry picked from commit ad6a9438de
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
c4b1956a26
commit
9d7aa07c1d
@@ -4,6 +4,7 @@ import {
|
||||
NgIf,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
AfterViewInit,
|
||||
Component,
|
||||
Input,
|
||||
OnDestroy,
|
||||
@@ -51,7 +52,7 @@ import { SuggestionTargetsStateService } from '../suggestion-targets.state.servi
|
||||
],
|
||||
standalone: true,
|
||||
})
|
||||
export class PublicationClaimComponent implements OnDestroy, OnInit {
|
||||
export class PublicationClaimComponent implements AfterViewInit, OnDestroy, OnInit {
|
||||
|
||||
/**
|
||||
* The source for which to list targets
|
||||
|
Reference in New Issue
Block a user