1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 17:44:59 +09:00

details vals are not replaced

This commit is contained in:
Roman Khafizianov 2021-12-16 09:52:30 +01:00
parent e23f879195
commit b3fc6d0602
No known key found for this signature in database
GPG key ID: F07A7D55A2684852

View file

@ -214,6 +214,7 @@ func (b *builtinObjects) createObject(ctx context.Context, rd io.ReadCloser) (er
vals[i] = newTarget
}
st.SetDetail(k, pbtypes.StringList(vals))
}
sbt, err := smartblock.SmartBlockTypeFromID(newId)