mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
@@ -86,6 +86,7 @@ const mapDispatchToProps = (dispatch) =>
|
||||
onLabelRemove: entryActions.removeLabelFromCurrentCard,
|
||||
onLabelCreate: entryActions.createLabelInCurrentBoard,
|
||||
onLabelUpdate: entryActions.updateLabel,
|
||||
onLabelMove: entryActions.moveLabel,
|
||||
onLabelDelete: entryActions.deleteLabel,
|
||||
onTaskCreate: entryActions.createTaskInCurrentCard,
|
||||
onTaskUpdate: entryActions.updateTask,
|
||||
|
||||
Reference in New Issue
Block a user