diff --git a/frontend/src/lib/components/copilot/StepInputsGen.svelte b/frontend/src/lib/components/copilot/StepInputsGen.svelte index c75c593813..c357bda54b 100644 --- a/frontend/src/lib/components/copilot/StepInputsGen.svelte +++ b/frontend/src/lib/components/copilot/StepInputsGen.svelte @@ -13,7 +13,7 @@ import type { FlowCopilotContext } from './flow' import { Check, ExternalLink, Loader2, Wand2 } from 'lucide-svelte' import { copilotInfo, stepInputCompletionEnabled } from '$lib/stores' - import { Popup } from '../common' + import Popover from '$lib/components/meltComponents/Popover.svelte' import type { SchemaProperty, Schema } from '$lib/common' import FlowCopilotInputsModal from './FlowCopilotInputsModal.svelte' import type { Flow } from '$lib/gen' @@ -217,13 +217,12 @@ input_name2: expression2 {/if} {:else} - - + - - {#if !$copilotInfo.exists_ai_resource} - Enable Windmill AI in the{' '} - - workspace settings - - {:else} - Enable step input completion in the{' '} - { - close(null) - }} - > - user settings - - {/if} - - + + + + {#if !$copilotInfo.exists_ai_resource} + Enable Windmill AI in the{' '} + + workspace settings + + {:else} + Enable step input completion in the{' '} + { + close() + }} + > + user settings + + {/if} + + + + {/if}
- {#if !$copilotInfo.exists_ai_resource} - Enable Windmill AI in the{' '} - - workspace settings - - {:else} - Enable step input completion in the{' '} - { - close(null) - }} - > - user settings - - {/if} -
+ {#if !$copilotInfo.exists_ai_resource} + Enable Windmill AI in the{' '} + + workspace settings + + {:else} + Enable step input completion in the{' '} + { + close() + }} + > + user settings + + {/if} +