Skip to content

Commit

Permalink
fix(frontend): Fix subflow viewer (#3674)
Browse files Browse the repository at this point in the history
* fix(frontend): Fix subflow viewer

* fix(frontend): Fix subflow viewer
  • Loading branch information
fatonramadani authored May 6, 2024
1 parent 0175f90 commit 47ee6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/components/FlowGraphViewer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
stepDetail = e.detail
dispatch('select', stepDetail)
}}
rebuildOnChange={flow}
/>
</div>
{/if}
Expand Down

0 comments on commit 47ee6c9

Please sign in to comment.