mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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,
|
||||
decimal: true,
|
||||
defaultValue: '',
|
||||
defaultValue: 0,
|
||||
},
|
||||
subtaskSort: {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue