Skip to content

Commit

Permalink
fix(editor): Add back missing computed prop (no-changelog) (n8n-io#8306)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav authored Jan 11, 2024
1 parent 361cda6 commit 1824ff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/editor-ui/src/views/NodeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ export default defineComponent({
)
);
},
isManualChatOnly(): boolean {
return this.containsChatNodes && this.triggerNodes.length === 1;
},
isExecutionDisabled(): boolean {
return !this.containsTrigger || this.allTriggersDisabled;
},
Expand Down

0 comments on commit 1824ff6

Please sign in to comment.