frontend fix

This commit is contained in:
Ruben Fiszel
2024-04-06 16:13:44 +02:00
parent 21a7ee4c33
commit e062f5413f
@@ -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