From e062f5413f23501f58f83d3292004e4784dbe9f8 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 6 Apr 2024 16:13:44 +0200 Subject: [PATCH] frontend fix --- frontend/src/lib/components/InputTransformForm.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/lib/components/InputTransformForm.svelte b/frontend/src/lib/components/InputTransformForm.svelte index fdf6329a22..24aad7be94 100644 --- a/frontend/src/lib/components/InputTransformForm.svelte +++ b/frontend/src/lib/components/InputTransformForm.svelte @@ -23,7 +23,6 @@ import type { FlowCopilotContext } from './copilot/flow' import StepInputGen from './copilot/StepInputGen.svelte' import type { PickableProperties } from './flows/previousResults' - import { startsWith } from 'lodash' export let schema: Schema export let arg: InputTransform | any