mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Attribute View columns calculate https://github.com/siyuan-note/siyuan/issues/8699
This commit is contained in:
parent
49b9afcd54
commit
a5a72bc195
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ func setAttributeViewColumnCalc(operation *Operation) (err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
operationData := operation.Data.([]interface{})
|
operationData := operation.Data.(interface{})
|
||||||
data, err := gulu.JSON.MarshalJSON(operationData)
|
data, err := gulu.JSON.MarshalJSON(operationData)
|
||||||
if nil != err {
|
if nil != err {
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue