Web:Components:ModalDialog: add onClose function to aside component

This commit is contained in:
Timofey Boyko 2022-05-05 11:58:36 +03:00
parent f6da7d806d
commit 3f315375dc

View File

@ -207,6 +207,7 @@ class ModalDialog extends React.Component {
visible={visible}
scale={scale}
zIndex={zIndex}
onClose={onClose}
contentPaddingBottom={contentPaddingBottom}
className="modal-dialog-aside not-selectable"
withoutBodyScroll={withoutBodyScroll}