Skip to content

Commit

Permalink
Merge pull request #1450 from anyproto/go-3779-allow-description-in-n…
Browse files Browse the repository at this point in the history
…otes

GO-3779 Allow description in notes
  • Loading branch information
KirillSto authored Aug 6, 2024
2 parents 31028a6 + f4cc3f5 commit a8ed9f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/block/editor/page.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ func (p *Page) CreationStateMigration(ctx *smartblock.InitContext) migration.Mig
template.WithNameToFirstBlock,
template.WithFirstTextBlock,
template.WithNoTitle,
template.WithNoDescription,
)
case model.ObjectType_todo:
templates = append(templates,
Expand Down

0 comments on commit a8ed9f6

Please sign in to comment.