Skip to content

Commit

Permalink
fix: frontend build (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Nov 8, 2023
1 parent 16a5fb9 commit a87b15f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
}
}
let inputTransformSchemaForm: InputTransformSchemaForm | undefined = undefined
async function reload(flowModule: FlowModule) {
try {
const { input_transforms, schema } = await loadSchemaFromModule(flowModule)
Expand Down Expand Up @@ -315,7 +314,6 @@
error={failureModule}
>
<InputTransformSchemaForm
bind:this={inputTransformSchemaForm}
schema={$flowStateStore[$selectedId]?.schema ?? {}}
previousModuleId={previousModule?.id}
bind:args={flowModule.value.input_transforms}
Expand Down

0 comments on commit a87b15f

Please sign in to comment.