fix: computer tooptip ui

This commit is contained in:
Joel
2026-01-27 20:20:04 +08:00
parent af543d2a7f
commit fd078f8853

View File

@ -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' })}