mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 18:45:56 +08:00
fix: llm selector position is incorrect in not workflow app (#4982)
This commit is contained in:
parent
5cdb95be1f
commit
da5f2e168a
@ -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'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user