fix(editor): Fix polling trigger check for runData (#6130)

🐛 Fix polling trigger check for `runData`
This commit is contained in:
Iván Ovejero 2023-05-10 11:58:51 +02:00 committed by GitHub
parent 6eed763f23
commit 80831cd7c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -458,7 +458,7 @@ export const pushConnection = mixins(
execution.data.resultData &&
execution.data.resultData.runData &&
execution.data.resultData.runData[execution.executedNode];
if (node && nodeType && !nodeOutput) {
if (nodeType && nodeType.polling && !nodeOutput) {
this.$showMessage({
title: this.$locale.baseText('pushConnection.pollingNode.dataNotFound', {
interpolate: {