Merge pull request #3122 from marc1006/default_value

Fix default value of `sort`
This commit is contained in:
Lauri Ojansivu 2020-05-26 00:29:33 +03:00 committed by GitHub
commit 88844034fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -278,7 +278,7 @@ Cards.attachSchema(
*/
type: Number,
decimal: true,
defaultValue: '',
defaultValue: 0,
},
subtaskSort: {
/**