From fd58e7eb48c4fb66d199c33d0f8aaf2535485a2f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 25 Sep 2024 18:10:12 +0200 Subject: [PATCH] fix: fix flow rendering --- frontend/src/lib/components/graph/FlowGraphV2.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/components/graph/FlowGraphV2.svelte b/frontend/src/lib/components/graph/FlowGraphV2.svelte index 4a990b4ec6..d27a652587 100644 --- a/frontend/src/lib/components/graph/FlowGraphV2.svelte +++ b/frontend/src/lib/components/graph/FlowGraphV2.svelte @@ -246,7 +246,9 @@ let yamlEditorDrawer: Drawer | undefined = undefined - +{#if insertable} + +{/if}
{#if graph?.error}