This commit is contained in:
Daniel 2025-08-06 10:10:52 +08:00
parent 6b79e543a4
commit d01dcad956
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -326,8 +326,6 @@ func hideAttributeViewAllGroups(avID, blockID string, hidden bool) (err error) {
} else {
group.GroupHidden = 0
}
break
}
err = av.SaveAttributeView(attrView)