mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
Update issue_details.ts (#4199)
You should implement the interface here, not yourself
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user