mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
Update issue_details.ts (#4199)
You should implement the interface here, not yourself
This commit is contained in:
parent
963d078aba
commit
320cb94e35
@ -54,7 +54,7 @@ export interface IIssueDetailStore {
|
|||||||
removeIssueVote: (workspaceId: string, projectId: string, issueId: string) => Promise<void>;
|
removeIssueVote: (workspaceId: string, projectId: string, issueId: string) => Promise<void>;
|
||||||
}
|
}
|
||||||
|
|
||||||
class IssueDetailStore implements IssueDetailStore {
|
class IssueDetailStore implements IIssueDetailStore {
|
||||||
loader: boolean = false;
|
loader: boolean = false;
|
||||||
error: any = null;
|
error: any = null;
|
||||||
peekId: string | null = null;
|
peekId: string | null = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user