mirror of https://github.com/langgenius/dify.git
fix org info in tool detail panel
This commit is contained in:
parent
b8e4580074
commit
b56acb825f
|
|
@ -191,7 +191,7 @@ const SettingBuiltInTool: FC<Props> = ({
|
|||
<OrgInfo
|
||||
packageNameClassName='w-auto'
|
||||
orgName={collection.author}
|
||||
packageName={collection.name}
|
||||
packageName={collection.name.split('/').pop() || ''}
|
||||
/>
|
||||
</div>
|
||||
<div className='mt-1 text-text-primary system-md-semibold'>{currTool?.label[language]}</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue