mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 07:01:07 +03:00
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:
@@ -1882,6 +1882,7 @@ const ChatMessage = ({ open, chatflowid, isAgentCanvas, isDialog, previews, setP
|
||||
removeDuplicateURL={removeDuplicateURL}
|
||||
isValidURL={isValidURL}
|
||||
onURLClick={onURLClick}
|
||||
getLabel={getLabel}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user