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}
|
isShow={showVibePanel}
|
||||||
onClose={handleClose}
|
onClose={handleClose}
|
||||||
className="min-w-[1140px] !p-0"
|
className="min-w-[1140px] !p-0"
|
||||||
wrapperClassName="z-[900]"
|
|
||||||
clickOutsideNotClose
|
clickOutsideNotClose
|
||||||
>
|
>
|
||||||
<div className="flex h-[680px] flex-wrap">
|
<div className="flex h-[680px] flex-wrap">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue