mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
fix flow_json value to contains full flow
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
{#if flow}
|
||||
<DetailPageLayout
|
||||
isOperator={$userStore?.operator}
|
||||
flow_json={flow.value}
|
||||
flow_json={flow}
|
||||
hasStepDetails={Boolean(stepDetail)}
|
||||
>
|
||||
<svelte:fragment slot="header">
|
||||
|
||||
Reference in New Issue
Block a user