mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
chore(web): pre-align HITL frontend from build/feat/hitl
This commit is contained in:
@ -146,7 +146,8 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
|
||||
handleModelChanged(model)
|
||||
}
|
||||
})()
|
||||
}, [inputs.model.completion_params])
|
||||
}, [handleCompletionParamsChange, handleModelChanged, inputs.model.completion_params, t])
|
||||
|
||||
return (
|
||||
<div className="mt-2">
|
||||
<div className="space-y-4 px-4 pb-0">
|
||||
|
||||
Reference in New Issue
Block a user