mirror of
https://github.com/langgenius/dify.git
synced 2026-04-02 12:50:34 +08:00
agent node: fix installed model ui
This commit is contained in:
parent
9e6f3e9161
commit
be36aedac1
@ -48,7 +48,7 @@ const ModelTrigger: FC<ModelTriggerProps> = ({
|
||||
modelName={model.model}
|
||||
/>
|
||||
</div>
|
||||
<div className='flex px-1 py-[3px] items-center gap-1 grow'>
|
||||
<div className='flex px-1 py-[3px] items-center gap-1 truncate'>
|
||||
<ModelName
|
||||
className='grow'
|
||||
modelItem={model}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user