Skip to content

Commit

Permalink
🎨 New a row in the database no longer require to create a relevant doc
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Sep 27, 2023
1 parent a5cefa3 commit a25e3b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions kernel/model/attribute_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -925,16 +925,6 @@ func UpdateAttributeViewCell(avID, keyID, rowID, cellID string, valueData interf
break
}

tree, err := loadTreeByBlockID(val.BlockID)
if nil != err {
return
}

node := treenode.GetNodeInTree(tree, val.BlockID)
if nil == node {
return
}

data, err := gulu.JSON.MarshalJSON(valueData)
if nil != err {
return
Expand Down

0 comments on commit a25e3b7

Please sign in to comment.