mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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 {
|
isExecutionDisabled(): boolean {
|
||||||
return !this.containsTrigger || this.allTriggersDisabled;
|
return !this.containsTrigger || this.allTriggersDisabled;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user