mirror of https://github.com/langgenius/dify.git
chore: Remove unnecessary wrapperClassName prop from VibePanel.
This commit is contained in:
parent
88148f7a27
commit
12b39b3696
|
|
@ -140,7 +140,6 @@ const VibePanel: FC = () => {
|
|||
isShow={showVibePanel}
|
||||
onClose={handleClose}
|
||||
className="min-w-[1140px] !p-0"
|
||||
wrapperClassName="z-[900]"
|
||||
clickOutsideNotClose
|
||||
>
|
||||
<div className="flex h-[680px] flex-wrap">
|
||||
|
|
|
|||
Loading…
Reference in New Issue