Skip to content

Commit

Permalink
revert disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Jan 13, 2025
1 parent 1a37fc1 commit 87dbafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/selectors/disabled.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export const getNodeDisabled = createSelector(
!visibleModularPipelineInputsOutputs.has(id);

const isDisabledViaModularPipeline = nodesDisabledViaModularPipeline[id];

return [
nodeDisabledNode[id],
nodeDisabledTag[id],
Expand Down

0 comments on commit 87dbafc

Please sign in to comment.