mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
fix: computer tooptip ui
This commit is contained in:
@ -28,7 +28,7 @@ const ComputerUseConfig: FC<Props> = ({
|
||||
<Split />
|
||||
<FieldCollapse
|
||||
title={(
|
||||
<div>
|
||||
<div className="flex items-center gap-1">
|
||||
{t(`${i18nPrefix}.title`, { ns: 'workflow' })}
|
||||
<Tooltip
|
||||
popupContent={t(`${i18nPrefix}.tooltip`, { ns: 'workflow' })}
|
||||
|
||||
Reference in New Issue
Block a user