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 068d48d commit c8f39f9Copy full SHA for c8f39f9
src/Layout/TaskLayoutOptions.ts
@@ -79,7 +79,7 @@ export class TaskLayoutOptions {
79
public get toggleableComponents() {
80
return taskLayoutComponents.filter((component) => {
81
// Description and blockLink are always shown
82
- return component !== 'description' && component !== 'blockLink';
+ return component !== TaskLayoutComponent.Description && component !== TaskLayoutComponent.BlockLink;
83
});
84
}
85
0 commit comments