mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🐛 Fix av export https://ld246.com/article/1705023091175
This commit is contained in:
parent
53f6030a56
commit
1f8c651dc4
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ func ExportAv2CSV(avID string) (zipPath string, err error) {
|
|||
}
|
||||
|
||||
name := util.FilterFileName(attrView.Name)
|
||||
if "" == name {
|
||||
name = "Untitled"
|
||||
}
|
||||
|
||||
table, err := renderAttributeViewTable(attrView, view)
|
||||
if nil != err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue