mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 06:05:51 +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
|
||||
open={open}
|
||||
onOpenChange={setOpen}
|
||||
placement='left'
|
||||
placement={isInWorkflow ? 'left' : 'bottom-end'}
|
||||
offset={4}
|
||||
>
|
||||
<div className='relative'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user