Skip to content

Commit

Permalink
fix(editor): Fix missing Stop Listening button (#6125)
Browse files Browse the repository at this point in the history
🐛 Fix missing `Stop Listening` button
  • Loading branch information
ivov authored and netroy committed May 2, 2023
1 parent f762f16 commit dcbd2d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/editor-ui/src/components/TriggerPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
}}
</n8n-text>
</div>
<NodeExecuteButton
:nodeName="nodeName"
@execute="onNodeExecute"
size="medium"
telemetrySource="inputs"
/>
</div>
</div>
<div key="default" v-else>
Expand Down

0 comments on commit dcbd2d2

Please sign in to comment.