Fix default value of sort

The default has to be a numeric value.
This commit is contained in:
Marc Hartmayer 2020-05-25 23:26:07 +02:00
parent bb08e40ea5
commit 3d33ea911a

View file

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