mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
Update dependencies
This commit is contained in:
@@ -26,9 +26,9 @@ const makeMapStateToProps = () => {
|
||||
const mapDispatchToProps = (dispatch, { id }) =>
|
||||
bindActionCreators(
|
||||
{
|
||||
onUpdate: data => updateList(id, data),
|
||||
onUpdate: (data) => updateList(id, data),
|
||||
onDelete: () => deleteList(id),
|
||||
onCardCreate: data => createCard(id, data),
|
||||
onCardCreate: (data) => createCard(id, data),
|
||||
},
|
||||
dispatch,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user