mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fix app crash when draging components within modal (#557)
This commit is contained in:
parent
df1b7e905a
commit
f07e87ad48
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ export const Modal = function Modal({
|
|||
snapToGrid={true}
|
||||
parentRef={parentRef}
|
||||
parent={id}
|
||||
currentLayout={containerProps.currentLayout}
|
||||
/>
|
||||
</BootstrapModal.Body>
|
||||
</BootstrapModal>
|
||||
|
|
|
|||
Loading…
Reference in a new issue