Update dependencies
This commit is contained in:
parent
4eda7ef396
commit
c1e1f2c327
60 changed files with 1126 additions and 711 deletions
|
@ -56,7 +56,7 @@ export default function withModal({ name, ...modalProps }) {
|
|||
});
|
||||
|
||||
const mapDispatch = dispatch => {
|
||||
let actions = { onRequestClose: () => dispatch(closeModal(name)) };
|
||||
const actions = { onRequestClose: () => dispatch(closeModal(name)) };
|
||||
if (modalProps.actions) {
|
||||
return {
|
||||
...actions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue