mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 14:15:35 +08:00
Fix exporting multiple choice form field value [SCI-11506]
This commit is contained in:
parent
1c6ce25c51
commit
95d3424300
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ class FormMultipleChoiceFieldValue < FormFieldValue
|
|||
end
|
||||
|
||||
def formatted
|
||||
value.join('|')
|
||||
value&.join('|')
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue