Skip to content

Commit 6e7b61d

Browse files
committed
🐛 Fix the floating box display in agent pool and tool pool
1 parent bc1c94f commit 6e7b61d

File tree

1 file changed

+0
-11
lines changed
  • frontend/app/[locale]/setup/agents/components/tool

1 file changed

+0
-11
lines changed

frontend/app/[locale]/setup/agents/components/tool/ToolPool.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -408,17 +408,6 @@ function ToolPool({
408408
? "cursor-not-allowed"
409409
: "cursor-pointer"
410410
}`}
411-
title={
412-
isEmbeddingBlocked
413-
? undefined
414-
: !isEffectivelyAvailable
415-
? isSelected
416-
? t("toolPool.tooltip.disabledTool")
417-
: t("toolPool.tooltip.unavailableTool")
418-
: !isEditingMode
419-
? t("toolPool.tooltip.viewOnlyMode")
420-
: tool.name
421-
}
422411
onClick={(e) => {
423412
if (isDisabled) {
424413
return;

0 commit comments

Comments
 (0)