dataset dropped

This commit is contained in:
svetlagasheva 2019-11-04 14:04:36 +02:00
parent 9a601b605f
commit 1a719bbc20

View file

@ -11,7 +11,6 @@ const ModalDialog = ({ className, children, title, buttons, onCloseRequest }) =>
if (typeof onCloseRequest === 'function') {
onCloseRequest({
type: 'closeRequest',
dataset: [],
reactEvent: event,
nativeEvent: event.nativeEvent
});