mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
fix: frontend build (#2593)
This commit is contained in:
@@ -120,7 +120,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
let inputTransformSchemaForm: InputTransformSchemaForm | undefined = undefined
|
||||
async function reload(flowModule: FlowModule) {
|
||||
try {
|
||||
const { input_transforms, schema } = await loadSchemaFromModule(flowModule)
|
||||
@@ -315,7 +314,6 @@
|
||||
error={failureModule}
|
||||
>
|
||||
<InputTransformSchemaForm
|
||||
bind:this={inputTransformSchemaForm}
|
||||
schema={$flowStateStore[$selectedId]?.schema ?? {}}
|
||||
previousModuleId={previousModule?.id}
|
||||
bind:args={flowModule.value.input_transforms}
|
||||
|
||||
Reference in New Issue
Block a user