mirror of
https://github.com/appdev/siyuan-unlock.git
synced 2026-03-07 09:17:42 +08:00
🎨 Database column icon https://github.com/siyuan-note/siyuan/issues/9304
This commit is contained in:
parent
06ad1a96f4
commit
97bf44500a
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user