mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Fix nullable boolean inputs
This commit is contained in:
parent
da56e397a5
commit
d297e2340a
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
canComment: {
|
canComment: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
allowNull: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
canComment: {
|
canComment: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
allowNull: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue