From 32e6f3b8e50edd0cf3cdbbdd50927f588c4a827d Mon Sep 17 00:00:00 2001 From: Dustin Healy <54083382+dustinhealy@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:41:28 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A2=20fix:=20Alert=20for=20Agent=20Bui?= =?UTF-8?q?lder=20Name=20Invalidation=20(#11430)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/SidePanel/Agents/AgentConfig.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/SidePanel/Agents/AgentConfig.tsx b/client/src/components/SidePanel/Agents/AgentConfig.tsx index 2e247a00f0..a81ef780a9 100644 --- a/client/src/components/SidePanel/Agents/AgentConfig.tsx +++ b/client/src/components/SidePanel/Agents/AgentConfig.tsx @@ -209,6 +209,7 @@ export default function AgentConfig() { 'mt-1 w-56 text-sm text-red-500', errors.name ? 'visible h-auto' : 'invisible h-0', )} + role="alert" > {errors.name ? errors.name.message : ' '}