This commit is contained in:
Daniel 2023-07-06 19:48:04 +08:00
parent b913173043
commit 1278c30e9d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -279,7 +279,7 @@ func (av *AttributeView) FilterRows() {
}
}
var rows []*Row
rows := []*Row{}
for _, row := range av.Rows {
pass := true
for j, index := range colIndexes {