mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 00:18:03 +08:00
node ui fix
This commit is contained in:
@ -32,6 +32,7 @@ const Node: FC<NodeProps<QuestionClassifierNodeType>> = (props) => {
|
||||
{hasSetModel && (
|
||||
<ModelSelector
|
||||
defaultModel={{ provider, model: modelId }}
|
||||
triggerClassName='!h-6 !rounded-md'
|
||||
modelList={textGenerationModelList}
|
||||
readonly
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user