mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
GO-5279 import: fix type dataview update
This commit is contained in:
parent
717112c90b
commit
07a127478b
3 changed files with 11 additions and 3 deletions
|
@ -259,7 +259,7 @@ func (b *builtinObjects) importArchive(
|
|||
importRequest := &importer.ImportRequest{
|
||||
RpcObjectImportRequest: &pb.RpcObjectImportRequest{
|
||||
SpaceId: spaceID,
|
||||
UpdateExistingObjects: false,
|
||||
UpdateExistingObjects: true,
|
||||
Type: model.Import_Pb,
|
||||
Mode: pb.RpcObjectImportRequest_ALL_OR_NOTHING,
|
||||
NoProgress: progress == nil,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue