Merge branch 'preview' of github.com:makeplane/plane into develop
This commit is contained in:
commit
41d8005f0b
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>;
|
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…
Add table
Add a link
Reference in a new issue