mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
build-error: removed store prop from calendar store (#5801)
This commit is contained in:
@@ -224,6 +224,6 @@ export class IssueRootStore implements IIssueRootStore {
|
||||
this.draftIssues = new DraftIssues(this, this.draftIssuesFilter);
|
||||
|
||||
this.issueKanBanView = new IssueKanBanViewStore(this);
|
||||
this.issueCalendarView = new CalendarStore(this);
|
||||
this.issueCalendarView = new CalendarStore();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user