mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Add back missing computed prop (no-changelog) (#8306)
This commit is contained in:
@@ -706,6 +706,9 @@ export default defineComponent({
|
||||
)
|
||||
);
|
||||
},
|
||||
isManualChatOnly(): boolean {
|
||||
return this.containsChatNodes && this.triggerNodes.length === 1;
|
||||
},
|
||||
isExecutionDisabled(): boolean {
|
||||
return !this.containsTrigger || this.allTriggersDisabled;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user