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:
@@ -268,7 +268,7 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
isPollingTypeNode(): boolean {
|
||||
return !!(this.nodeType && this.nodeType.polling);
|
||||
return !!this.nodeType?.polling;
|
||||
},
|
||||
isExecuting(): boolean {
|
||||
return this.workflowsStore.isNodeExecuting(this.data.name);
|
||||
|
||||
Reference in New Issue
Block a user