mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Database column icon https://github.com/siyuan-note/siyuan/issues/9304
This commit is contained in:
parent
0905f039d4
commit
256d6218c4
1 changed files with 1 additions and 0 deletions
|
|
@ -967,6 +967,7 @@ 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…
Add table
Add a link
Reference in a new issue