fix: Hide trigger tooltip for nodes with static test output (#4970)

This commit is contained in:
Mutasem Aldmour
2022-12-20 09:39:09 +01:00
committed by GitHub
parent 60b14116f0
commit 5b11dc3ff9
3 changed files with 3 additions and 0 deletions

View File

@@ -409,6 +409,7 @@ export default mixins(
!!this.node &&
this.isTriggerNode &&
!this.isPollingTypeNode &&
!this.hasPinData &&
!this.isNodeDisabled &&
this.workflowRunning &&
this.workflowDataItems === 0 &&