diff --git a/frontend/src/lib/components/flows/content/FlowLoop.svelte b/frontend/src/lib/components/flows/content/FlowLoop.svelte index 2c345eb0be..35415139ce 100644 --- a/frontend/src/lib/components/flows/content/FlowLoop.svelte +++ b/frontend/src/lib/components/flows/content/FlowLoop.svelte @@ -3,8 +3,8 @@ import FlowCard from '../common/FlowCard.svelte' import type { FlowEditorContext } from '../types' import Toggle from '$lib/components/Toggle.svelte' - import SimpleEditor from '$lib/components/SimpleEditor.svelte' + import Tooltip from '$lib/components/Tooltip.svelte' import { flowStore } from '../flowStore' const { selectedId } = getContext('FlowEditorContext') @@ -16,7 +16,13 @@
{#if $flowStore.value.modules[index].value.type === 'forloopflow'} - Iterator expression + Iterator expression + + List to iterate over. For more information see the + docs. + +