This commit is contained in:
Daniel 2024-01-12 09:55:35 +08:00
parent 53f6030a56
commit 1f8c651dc4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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 {