mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 12:18:49 +01:00
fix default value
This commit is contained in:
parent
5cfa03ec07
commit
a8a3c9ad19
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ BlazeComponent.extendComponent({
|
|||
.find(f => f._id === definition._id);
|
||||
|
||||
const customFieldTrueValue =
|
||||
customField && customField.trueValue ? customField.trueValue : '';
|
||||
customField && customField.trueValue ? customField.trueValue : [];
|
||||
|
||||
return customFieldTrueValue
|
||||
// .replace(/\r\n|\n\r|\n|\r/g, '\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue