mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🐛 Database table view export does not display select content Fix https://github.com/siyuan-note/siyuan/issues/9428
This commit is contained in:
@@ -130,6 +130,8 @@ func (value *Value) String() string {
|
||||
return value.Number.FormattedContent
|
||||
case KeyTypeDate:
|
||||
return value.Date.FormattedContent
|
||||
case KeyTypeSelect:
|
||||
return value.MSelect[0].Content
|
||||
case KeyTypeMSelect:
|
||||
var ret []string
|
||||
for _, v := range value.MSelect {
|
||||
|
||||
Reference in New Issue
Block a user