File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
apps/web/components/admin/blogs Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 1+ ---
2+ " @courselit/email-editor " : patch
3+ ---
4+
5+ Bug fix: Lists don't render
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments