fix: benchmark tooltip

This commit is contained in:
jialin
2026-02-06 18:34:20 +08:00
parent 4132494a49
commit 4a582ec8b1
9 changed files with 51 additions and 32 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ const DatasetForm: React.FC = () => {
: false
}
>
{intl.formatMessage({ id: item?.label || '' })}
{item?.label}
</AutoTooltip>
</Select.Option>
))}