Skip to content

Commit

Permalink
Update src/ui/src/components/workflows/base/WorkflowArrow.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Rousseau <[email protected]>
  • Loading branch information
ramedina86 and madeindjs authored Sep 19, 2024
1 parent b7b057b commit 5636b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/components/workflows/base/WorkflowArrow.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<g @click="handleClick">
<g tabindex="0" @click="handleClick">
<path :d="pathD" :style="{ stroke: props.arrow.color }"></path>
<path
:d="pathD"
Expand Down

0 comments on commit 5636b77

Please sign in to comment.