mirror of
https://github.com/langgenius/dify.git
synced 2026-08-02 10:46:38 +08:00
fix: prevent agent preview actions from being clipped (#39510)
This commit is contained in:
parent
ededa1f4cd
commit
e1495c0bae
@ -516,6 +516,7 @@ function AgentConfigurePageComposerContent({
|
||||
) : (
|
||||
<AgentConfigureRightPanelChat
|
||||
agentId={agentId}
|
||||
answerActionPosition="below"
|
||||
agentIcon={agentQuery.data?.icon}
|
||||
agentIconBackground={agentQuery.data?.icon_background}
|
||||
agentIconType={agentIconType}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user