1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Fix nullable boolean inputs

This commit is contained in:
Maksim Eltyshev 2024-02-08 16:42:10 +01:00
parent 50b40b2eeb
commit 0880b66cd1
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@ module.exports = {
},
canComment: {
type: 'boolean',
allowNull: true,
},
},

View file

@ -17,6 +17,7 @@ module.exports = {
},
canComment: {
type: 'boolean',
allowNull: true,
},
},