This commit is contained in:
Daniel 2025-07-27 20:14:18 +08:00
parent f970f5c848
commit 08af24ae9e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -295,6 +295,7 @@ func SetAttributeViewGroup(avID, blockID string, group *av.ViewGroup) (err error
}
err = av.SaveAttributeView(attrView)
ReloadAttrView(avID)
return
}