mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
fix(editor): Add back missing computed prop (no-changelog) (#8306)
This commit is contained in:
parent
361cda6a7e
commit
1824ff6a13
|
@ -706,6 +706,9 @@ export default defineComponent({
|
|||
)
|
||||
);
|
||||
},
|
||||
isManualChatOnly(): boolean {
|
||||
return this.containsChatNodes && this.triggerNodes.length === 1;
|
||||
},
|
||||
isExecutionDisabled(): boolean {
|
||||
return !this.containsTrigger || this.allTriggersDisabled;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue