mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
fix: project issue store build error (#644)
This commit is contained in:
@@ -181,7 +181,6 @@ export class ProjectIssues extends BaseIssuesStore implements IProjectIssues {
|
||||
throw error;
|
||||
}
|
||||
};
|
||||
|
||||
// Using aliased names as they cannot be overridden in other stores
|
||||
archiveBulkIssues = this.bulkArchiveIssues;
|
||||
quickAddIssue = this.issueQuickAdd;
|
||||
|
||||
Reference in New Issue
Block a user