Bugfix: add missing getLabel prop to AgentReasoningCard (#4822)

Bugfix: add missing getLabel prop to AgentReasoningCard #4821

Co-authored-by: 강나훈 <nahoon.kang@mnc.ai>
This commit is contained in:
Kang Nahoon 2025-07-09 18:23:47 +09:00 committed by GitHub
parent aea2801b8c
commit 30e8317327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1882,6 +1882,7 @@ const ChatMessage = ({ open, chatflowid, isAgentCanvas, isDialog, previews, setP
removeDuplicateURL={removeDuplicateURL}
isValidURL={isValidURL}
onURLClick={onURLClick}
getLabel={getLabel}
/>
))}
</div>