1
0
mirror of https://github.com/ascribe/onion.git synced 2025-02-14 21:10:27 +01:00

Add prop in ModalWrapper children to hide modal

This commit is contained in:
Brett Sun 2015-12-22 10:00:40 +01:00
parent b477e9f752
commit a5e573c736

View File

@ -52,7 +52,8 @@ let ModalWrapper = React.createClass({
}
this.handleSuccess(response);
}
},
handleCancel: this.hide
});
});
},