Skip to content

Commit bc5e759

Browse files
committed
feat: update create page functionality
- Update create-page.client.ts with latest changes - Update create-page-button.tsx component - Improve page creation workflow
1 parent 0ae08be commit bc5e759

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/web/src/ai/tools/create-page.client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export function useCreatePageTool() {
2323
execute: async (toolCall, chat) => {
2424
createPage(
2525
{
26-
children: [],
2726
title: toolCall.input.title,
2827
},
2928
{

apps/web/src/app/(app)/@appSidebar/_components/create-page-button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export function CreatePageButton() {
2626
startTransition(() => {
2727
createPage(
2828
{
29-
children: [],
3029
title: "",
3130
},
3231
{

0 commit comments

Comments
 (0)