mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 17:23:21 +03:00
Rename deadline to due date, update dependencies
This commit is contained in:
@@ -13,7 +13,7 @@ export default class extends Model {
|
||||
position: attr(),
|
||||
name: attr(),
|
||||
description: attr(),
|
||||
deadline: attr(),
|
||||
dueDate: attr(),
|
||||
timer: attr(),
|
||||
isSubscribed: attr({
|
||||
getDefault: () => false,
|
||||
|
||||
Reference in New Issue
Block a user