mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
cf154dcaa1
1 changed files with 0 additions and 1 deletions
|
|
@ -992,7 +992,6 @@ func updateAttributeViewColumn(operation *Operation) (err error) {
|
||||||
for _, keyValues := range attrView.KeyValues {
|
for _, keyValues := range attrView.KeyValues {
|
||||||
if keyValues.Key.ID == operation.ID {
|
if keyValues.Key.ID == operation.ID {
|
||||||
keyValues.Key.Name = operation.Name
|
keyValues.Key.Name = operation.Name
|
||||||
keyValues.Key.Icon = operation.Data.(string)
|
|
||||||
keyValues.Key.Type = colType
|
keyValues.Key.Type = colType
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue