Fix for modal handle not being shown

This commit is contained in:
navaneeth 2021-05-10 20:01:14 +05:30
parent 318d05469e
commit 10511ce72f

View file

@ -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}