mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-22 10:16:13 +01:00
📢 fix: Alert for Agent Builder Name Invalidation (#11430)
This commit is contained in:
parent
e509ba5be0
commit
32e6f3b8e5
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue