Fix lint error regarding missing interface

This commit is contained in:
Tim Donohue
2024-08-08 16:49:20 -05:00
parent 7a24bf2c7f
commit ad6a9438de

View File

@@ -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