mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
build: Upgrade to Vite 5 (#7784)
This commit is contained in:
@@ -415,7 +415,7 @@ export const pushConnection = defineComponent({
|
||||
execution &&
|
||||
execution.executedNode &&
|
||||
execution.data?.resultData?.runData?.[execution.executedNode];
|
||||
if (nodeType && nodeType.polling && !nodeOutput) {
|
||||
if (nodeType?.polling && !nodeOutput) {
|
||||
this.showMessage({
|
||||
title: this.$locale.baseText('pushConnection.pollingNode.dataNotFound', {
|
||||
interpolate: {
|
||||
|
||||
Reference in New Issue
Block a user