mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 22:59:44 +02:00
Rename deadline to due date, update dependencies
This commit is contained in:
parent
64acf0ac56
commit
51013b6a32
31 changed files with 113 additions and 115 deletions
|
@ -42,7 +42,7 @@ const mapStateToProps = (state) => {
|
|||
const {
|
||||
name,
|
||||
description,
|
||||
deadline,
|
||||
dueDate,
|
||||
timer,
|
||||
isSubscribed,
|
||||
isActionsFetching,
|
||||
|
@ -58,7 +58,7 @@ const mapStateToProps = (state) => {
|
|||
return {
|
||||
name,
|
||||
description,
|
||||
deadline,
|
||||
dueDate,
|
||||
timer,
|
||||
isSubscribed,
|
||||
isActionsFetching,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue