Skip to content

Commit

Permalink
Update disabled.js
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Jan 10, 2025
1 parent 4a75c06 commit e1168a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/selectors/disabled.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@ export const getNodeDisabled = createSelector(
const isTaskNode = nodeType[id] === 'task';

if (isRootChild && isTaskNode) {
// Hardcode "not disabled":
// so it can never vanish even when pipelines collapse
console.log('[DEBUG] Overriding root-task node => enabling node', id);
return false;
}

Expand Down

0 comments on commit e1168a1

Please sign in to comment.