mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
Rename deadline to due date, update dependencies
This commit is contained in:
parent
b64f5b7b4a
commit
5ccebfb853
31 changed files with 113 additions and 115 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue