mirror of
https://github.com/langgenius/dify.git
synced 2025-09-25 17:15:28 +00:00
datasource icon
This commit is contained in:
parent
28726b6cf3
commit
cef77a3717
@ -109,7 +109,7 @@ const BlockIcon: FC<BlockIconProps> = ({
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type === BlockEnum.Tool && toolIcon && (
|
(type === BlockEnum.Tool || type === BlockEnum.DataSource) && toolIcon && (
|
||||||
<>
|
<>
|
||||||
{
|
{
|
||||||
typeof toolIcon === 'string'
|
typeof toolIcon === 'string'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user