mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fix for modal handle not being shown
This commit is contained in:
parent
318d05469e
commit
10511ce72f
1 changed files with 7 additions and 5 deletions
|
|
@ -45,11 +45,13 @@ export const Modal = function Modal({
|
|||
animation={false}
|
||||
onEscapeKeyDown={() => showModal(false)}
|
||||
>
|
||||
<ConfigHandle
|
||||
id={id}
|
||||
component={component}
|
||||
configHandleClicked={containerProps.onComponentClick}
|
||||
/>
|
||||
{containerProps.mode === 'edit' &&
|
||||
<ConfigHandle
|
||||
id={id}
|
||||
component={component}
|
||||
configHandleClicked={containerProps.onComponentClick}
|
||||
/>
|
||||
}
|
||||
<BootstrapModal.Header>
|
||||
<BootstrapModal.Title>
|
||||
{title}
|
||||
|
|
|
|||
Loading…
Reference in a new issue