mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Hide trigger tooltip for nodes with static test output (#4970)
This commit is contained in:
@@ -409,6 +409,7 @@ export default mixins(
|
||||
!!this.node &&
|
||||
this.isTriggerNode &&
|
||||
!this.isPollingTypeNode &&
|
||||
!this.hasPinData &&
|
||||
!this.isNodeDisabled &&
|
||||
this.workflowRunning &&
|
||||
this.workflowDataItems === 0 &&
|
||||
|
||||
Reference in New Issue
Block a user