Skip to content

Commit 30e8317

Browse files
Bugfix: add missing getLabel prop to AgentReasoningCard (#4822)
Bugfix: add missing getLabel prop to AgentReasoningCard #4821 Co-authored-by: 강나훈 <[email protected]>
1 parent aea2801 commit 30e8317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/src/views/chatmessage/ChatMessage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,6 +1882,7 @@ const ChatMessage = ({ open, chatflowid, isAgentCanvas, isDialog, previews, setP
18821882
removeDuplicateURL={removeDuplicateURL}
18831883
isValidURL={isValidURL}
18841884
onURLClick={onURLClick}
1885+
getLabel={getLabel}
18851886
/>
18861887
))}
18871888
</div>

0 commit comments

Comments
 (0)