fix: unable to set destroyOnClose on ModalTrigger (#20201)
This commit is contained in:
parent
64c4226817
commit
e140b7aa87
|
|
@ -325,7 +325,7 @@ const CustomModal = ({
|
|||
mask={shouldShowMask}
|
||||
draggable={draggable}
|
||||
resizable={resizable}
|
||||
destroyOnClose={destroyOnClose || resizable || draggable}
|
||||
destroyOnClose={destroyOnClose}
|
||||
{...rest}
|
||||
>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Reference in New Issue