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