mirror of
https://github.com/plankanban/planka.git
synced 2025-12-12 09:13:12 +03:00
fix: Fix nullable boolean inputs
This commit is contained in:
@@ -29,6 +29,7 @@ module.exports = {
|
||||
},
|
||||
canComment: {
|
||||
type: 'boolean',
|
||||
allowNull: true,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ module.exports = {
|
||||
},
|
||||
canComment: {
|
||||
type: 'boolean',
|
||||
allowNull: true,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user