mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix subGroupCount
This commit is contained in:
parent
a9ffd18a2f
commit
26e8cd1399
@ -1099,6 +1099,8 @@ export class BaseIssuesStore implements IBaseIssuesStore {
|
||||
for (const groupKey of groupIssuesKeys) {
|
||||
if (groupKey.includes(subGroupId)) subGroupCumulativeCount += this.groupedIssueCount[groupKey];
|
||||
}
|
||||
|
||||
return subGroupCumulativeCount;
|
||||
}
|
||||
|
||||
return get(this.groupedIssueCount, [this.getGroupKey(groupId, subGroupId)]);
|
||||
|
Loading…
Reference in New Issue
Block a user