📢 fix: Alert for Agent Builder Name Invalidation (#11430)

This commit is contained in:
Dustin Healy 2026-01-20 11:41:28 -08:00 committed by GitHub
parent e509ba5be0
commit 32e6f3b8e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 : ' '}
</div>