mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
fix: llm selector position is incorrect in not workflow app (#4982)
This commit is contained in:
@@ -152,7 +152,7 @@ const ModelParameterModal: FC<ModelParameterModalProps> = ({
|
|||||||
<PortalToFollowElem
|
<PortalToFollowElem
|
||||||
open={open}
|
open={open}
|
||||||
onOpenChange={setOpen}
|
onOpenChange={setOpen}
|
||||||
placement='left'
|
placement={isInWorkflow ? 'left' : 'bottom-end'}
|
||||||
offset={4}
|
offset={4}
|
||||||
>
|
>
|
||||||
<div className='relative'>
|
<div className='relative'>
|
||||||
|
|||||||
Reference in New Issue
Block a user