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 44df021 commit 7b669fbCopy full SHA for 7b669fb
src/Layout/TaskLayout.ts
@@ -82,12 +82,10 @@ function hiddenComponentClassName(component: string) {
82
* The layout is used when flattening the task to a string and when rendering queries, and can be
83
* modified by applying {@link TaskLayoutOptions} objects.
84
*/
85
-export class TaskLayout extends QueryLayout {
+export class TaskLayout {
86
private taskLayoutOptions: TaskLayoutOptions;
87
88
constructor(taskLayoutOptions?: TaskLayoutOptions) {
89
- super();
90
-
91
if (taskLayoutOptions) {
92
this.taskLayoutOptions = taskLayoutOptions;
93
} else {
0 commit comments