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