This commit is contained in:
Daniel 2024-03-09 11:13:47 +08:00
parent f163fbb669
commit 77ce08d044
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -653,6 +653,9 @@ func RenderAttributeView(avID, viewID, query string, page, pageSize int) (viewab
}
}
table.Rows = rows
if 1 > len(table.Rows) {
table.Rows = []*av.TableRow{}
}
}
}
return