🎨 Rows non-bound in the database support Add to Database https://github.com/siyuan-note/siyuan/issues/11093

This commit is contained in:
Daniel 2024-04-20 12:26:36 +08:00
parent f96343ab83
commit 462d38e4e7
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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
}
}