mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 17:25:39 +03:00
Rename deadline to due date, update dependencies
This commit is contained in:
@@ -35,7 +35,7 @@ const makeMapStateToProps = () => {
|
||||
const allLabels = labelsForCurrentBoardSelector(state);
|
||||
|
||||
const {
|
||||
name, deadline, timer, isPersisted,
|
||||
name, dueDate, timer, isPersisted,
|
||||
} = cardByIdSelector(state, id);
|
||||
|
||||
const users = usersByCardIdSelector(state, id);
|
||||
@@ -47,7 +47,7 @@ const makeMapStateToProps = () => {
|
||||
id,
|
||||
index,
|
||||
name,
|
||||
deadline,
|
||||
dueDate,
|
||||
timer,
|
||||
isPersisted,
|
||||
notificationsTotal,
|
||||
|
||||
Reference in New Issue
Block a user