mirror of https://github.com/langgenius/dify.git
refactor: remove closable prop from VibePanel modal
This commit is contained in:
parent
18babd6f81
commit
86054b79ef
|
|
@ -140,7 +140,6 @@ const VibePanel: FC = () => {
|
||||||
onClose={handleClose}
|
onClose={handleClose}
|
||||||
className="min-w-[1140px] !p-0"
|
className="min-w-[1140px] !p-0"
|
||||||
clickOutsideNotClose
|
clickOutsideNotClose
|
||||||
closable
|
|
||||||
>
|
>
|
||||||
<div className="flex h-[680px] flex-wrap">
|
<div className="flex h-[680px] flex-wrap">
|
||||||
<div className="h-full w-[570px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
|
<div className="h-full w-[570px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue