Skip to content

Commit bc6fadc

Browse files
author
Rajat
committed
changeset for email-editor
1 parent 1c873f9 commit bc6fadc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"@courselit/common-logic",
2121
"@courselit/page-primitives",
2222
"@courselit/common-models",
23-
"@courselit/docs"
23+
"@courselit/docs",
24+
"@courselit/orm-models",
25+
"@courselit/page-models",
26+
"@courselit/scripts"
2427
]
2528
}

.changeset/empty-rockets-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@courselit/email-editor": patch
3+
---
4+
5+
Bug fix: Lists don't render

apps/web/components/admin/blogs/new-blog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function NewBlog() {
8181
>
8282
{BTN_CONTINUE}
8383
</Button>
84-
<Link href={`/dashboard/blogs`} legacyBehavior>
84+
<Link href="/dashboard/blogs">
8585
<Button variant="soft">{BUTTON_CANCEL_TEXT}</Button>
8686
</Link>
8787
</div>

0 commit comments

Comments
 (0)