mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
fix: Fix styles, refactoring
This commit is contained in:
@@ -56,9 +56,11 @@ module.exports = {
|
||||
dueDate: {
|
||||
type: 'string',
|
||||
custom: dueDateValidator,
|
||||
allowNull: true,
|
||||
},
|
||||
dueCompleted: {
|
||||
isDueDateCompleted: {
|
||||
type: 'boolean',
|
||||
allowNull: true,
|
||||
},
|
||||
stopwatch: {
|
||||
type: 'json',
|
||||
@@ -103,7 +105,7 @@ module.exports = {
|
||||
'name',
|
||||
'description',
|
||||
'dueDate',
|
||||
'dueCompleted',
|
||||
'isDueDateCompleted',
|
||||
'stopwatch',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user