fix flow_json value to contains full flow

This commit is contained in:
Ruben Fiszel
2023-08-18 15:28:59 +02:00
parent ec657ca4f7
commit 10a3a3bbf3
@@ -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">