mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Fix default value of sort
The default has to be a numeric value.
This commit is contained in:
parent
bb08e40ea5
commit
3d33ea911a
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ Cards.attachSchema(
|
|||
*/
|
||||
type: Number,
|
||||
decimal: true,
|
||||
defaultValue: '',
|
||||
defaultValue: 0,
|
||||
},
|
||||
subtaskSort: {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue