build-error: removed store prop from calendar store (#5801)
This commit is contained in:
parent
bf7b3229d1
commit
3011ef9da1
1 changed files with 1 additions and 1 deletions
|
|
@ -224,6 +224,6 @@ export class IssueRootStore implements IIssueRootStore {
|
||||||
this.draftIssues = new DraftIssues(this, this.draftIssuesFilter);
|
this.draftIssues = new DraftIssues(this, this.draftIssuesFilter);
|
||||||
|
|
||||||
this.issueKanBanView = new IssueKanBanViewStore(this);
|
this.issueKanBanView = new IssueKanBanViewStore(this);
|
||||||
this.issueCalendarView = new CalendarStore(this);
|
this.issueCalendarView = new CalendarStore();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue