Update issue_details.ts (#4199)
You should implement the interface here, not yourself
This commit is contained in:
parent
963d078aba
commit
320cb94e35
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export interface IIssueDetailStore {
|
|||
removeIssueVote: (workspaceId: string, projectId: string, issueId: string) => Promise<void>;
|
||||
}
|
||||
|
||||
class IssueDetailStore implements IssueDetailStore {
|
||||
class IssueDetailStore implements IIssueDetailStore {
|
||||
loader: boolean = false;
|
||||
error: any = null;
|
||||
peekId: string | null = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue