This commit is contained in:
Daniel 2023-10-05 11:20:04 +08:00
parent 06ad1a96f4
commit 97bf44500a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -992,7 +992,6 @@ func updateAttributeViewColumn(operation *Operation) (err error) {
for _, keyValues := range attrView.KeyValues {
if keyValues.Key.ID == operation.ID {
keyValues.Key.Name = operation.Name
keyValues.Key.Icon = operation.Data.(string)
keyValues.Key.Type = colType
break
}