mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
build: Upgrade to Vite 5 (#7784)
This commit is contained in:
@@ -193,7 +193,7 @@ export default defineComponent({
|
||||
return Boolean(this.nodeType?.webhooks?.length);
|
||||
},
|
||||
isPollingNode(): boolean {
|
||||
return Boolean(this.nodeType && this.nodeType.polling);
|
||||
return Boolean(this.nodeType?.polling);
|
||||
},
|
||||
isListeningForEvents(): boolean {
|
||||
const waitingOnWebhook = this.workflowsStore.executionWaitingForWebhook;
|
||||
|
||||
Reference in New Issue
Block a user