We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810f7f7 commit b4babd3Copy full SHA for b4babd3
src/Query/TaskGroup.ts
@@ -62,7 +62,7 @@ export class TaskGroup {
62
this.tasks = tasks;
63
}
64
65
- setGroupHeadings(headingsForTaskGroup: GroupDisplayHeading[]) {
+ public setGroupHeadings(headingsForTaskGroup: GroupDisplayHeading[]) {
66
for (const groupDisplayHeading of headingsForTaskGroup) {
67
this.groupHeadings.push(groupDisplayHeading);
68
0 commit comments