This commit is contained in:
Daniel 2025-06-12 22:25:10 +08:00
parent d05010a71f
commit 041c4102cd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 6 additions and 6 deletions

View file

@ -1266,7 +1266,7 @@ func GetCurrentAttributeViewImages(avID, viewID, query string) (ret []string, er
view = attrView.GetView(attrView.ViewID)
}
table := sql.RenderAttributeViewTable(attrView, view, query)
table := getAttrViewTable(attrView, view, query)
table.Filter(attrView)
table.Sort(attrView)