change to outline

This commit is contained in:
Mutasem 2021-08-03 19:18:38 +02:00
parent 032bcc74e0
commit 11fdb45849

View file

@ -10,7 +10,6 @@
:title="`Executes this ${node.name} node after executing any previous nodes that have not yet returned data`"
:loading="workflowRunning"
icon="play-circle"
type="outline"
label="Execute Node"
@click.stop="runWorkflow(node.name, 'RunData.ExecuteNodeButton')"
/>