We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f304a63 commit 126dc26Copy full SHA for 126dc26
gui/src/components/mainInput/Lump/sections/tool-policies/ToolPoliciesSection.tsx
@@ -65,6 +65,11 @@ export const ToolPoliciesSection = () => {
65
</Alert>
66
</div>
67
)}
68
+ {toolsByGroup.length === 0 && (
69
+ <span className="text-description text-sm italic">
70
+ No tools available
71
+ </span>
72
+ )}
73
{toolsByGroup.map(([groupName, tools]) => {
74
const isGroupEnabled =
75
!allToolsOff && toolGroupSettings[groupName] !== "exclude";
0 commit comments