Skip to content

Commit

Permalink
Merge pull request #1723 from anyproto/go-4331-change-welcome-letter-…
Browse files Browse the repository at this point in the history
…widget-type

GO-4331 fix welcome letter widget type
  • Loading branch information
requilence authored Oct 22, 2024
2 parents f061706 + b352af6 commit 01be2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/builtinobjects/builtinobjects.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var (
{model.BlockContentWidget_CompactList, widget.DefaultWidgetRecent, "", false},
},
pb.RpcObjectImportUseCaseRequest_GET_STARTED: {
{model.BlockContentWidget_Tree, "bafyreia4uol63iev5ywhiqdqf4trh44ep2j27rlrvmypd65adg4ntnihn4", "", true},
{model.BlockContentWidget_Link, "bafyreia4uol63iev5ywhiqdqf4trh44ep2j27rlrvmypd65adg4ntnihn4", "", true},
},
pb.RpcObjectImportUseCaseRequest_PERSONAL_PROJECTS: {
{model.BlockContentWidget_CompactList, widget.DefaultWidgetFavorite, "", false},
Expand Down

0 comments on commit 01be2ed

Please sign in to comment.