mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Merge pull request #3122 from marc1006/default_value
Fix default value of `sort`
This commit is contained in:
commit
88844034fc
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ Cards.attachSchema(
|
||||||
*/
|
*/
|
||||||
type: Number,
|
type: Number,
|
||||||
decimal: true,
|
decimal: true,
|
||||||
defaultValue: '',
|
defaultValue: 0,
|
||||||
},
|
},
|
||||||
subtaskSort: {
|
subtaskSort: {
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue