diff --git a/frontend/src/lib/components/FlowGraphViewerStep.svelte b/frontend/src/lib/components/FlowGraphViewerStep.svelte index 21675d3eb63cf..813d31b0c7576 100644 --- a/frontend/src/lib/components/FlowGraphViewerStep.svelte +++ b/frontend/src/lib/components/FlowGraphViewerStep.svelte @@ -10,11 +10,12 @@ import FlowPathViewer from './flows/content/FlowPathViewer.svelte' import SchemaViewer from './SchemaViewer.svelte' import { scriptPathToHref } from '$lib/scripts' - import { cleanExpr } from '$lib/utils' + import { cleanExpr, copyToClipboard } from '$lib/utils' import { hubBaseUrlStore } from '$lib/stores' import { twMerge } from 'tailwind-merge' import FlowModuleScript from './flows/content/FlowModuleScript.svelte' + import { Copy } from 'lucide-svelte' export let flow: { summary: string @@ -212,6 +213,23 @@ {/each} {:else if stepDetail.value.type == 'flow'} +
+ +
{/if} {:else}