datasource icon

pull/21398/head
zxhlyh 12 months ago
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…
Cancel
Save