mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 Rows non-bound in the database support Add to Database https://github.com/siyuan-note/siyuan/issues/11093
This commit is contained in:
parent
f96343ab83
commit
462d38e4e7
1 changed files with 3 additions and 3 deletions
|
|
@ -2193,7 +2193,7 @@ func AddAttributeViewBlock(tx *Transaction, srcs []map[string]interface{}, avID,
|
|||
tree, loadErr = LoadTreeByBlockID(srcID)
|
||||
}
|
||||
if nil != loadErr {
|
||||
logging.LogErrorf("load tree [%s] failed: %s", srcID, err)
|
||||
logging.LogErrorf("load tree [%s] failed: %s", srcID, loadErr)
|
||||
return loadErr
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue