Skip to content

Commit

Permalink
build-error: removed store prop from calendar store
Browse files Browse the repository at this point in the history
  • Loading branch information
gurusainath committed Oct 11, 2024
1 parent bf7b322 commit 5bf1240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/store/issue/root.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

0 comments on commit 5bf1240

Please sign in to comment.