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:
parent
aea2801b8c
commit
30e8317327
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue