Skip to content

Commit

Permalink
GO-4331 fix welcome letter widget type
Browse files Browse the repository at this point in the history
  • Loading branch information
requilence committed Oct 22, 2024
1 parent f061706 commit b352af6
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 b352af6

Please sign in to comment.