mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 23:18:39 +08:00
fix(web): rag publisher
This commit is contained in:
parent
2b1496c857
commit
48c38ace54
@ -1,5 +1,4 @@
|
||||
import { Button } from '@langgenius/dify-ui/button'
|
||||
import { cn } from '@langgenius/dify-ui/cn'
|
||||
import { Popover, PopoverContent, PopoverTrigger } from '@langgenius/dify-ui/popover'
|
||||
import { RiArrowDownSLine } from '@remixicon/react'
|
||||
import { useBoolean } from 'ahooks'
|
||||
@ -50,7 +49,7 @@ const Publisher = () => {
|
||||
placement="bottom-end"
|
||||
sideOffset={4}
|
||||
alignOffset={40}
|
||||
popupClassName={cn('border-none bg-transparent shadow-none', confirmVisible && 'hidden')}
|
||||
popupClassName="border-none bg-transparent shadow-none"
|
||||
>
|
||||
<Popup
|
||||
onRequestClose={closePopover}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user