mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +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}
|
removeDuplicateURL={removeDuplicateURL}
|
||||||
isValidURL={isValidURL}
|
isValidURL={isValidURL}
|
||||||
onURLClick={onURLClick}
|
onURLClick={onURLClick}
|
||||||
|
getLabel={getLabel}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user