Skip to content

Commit e749013

Browse files
authored
Merge pull request #135 from atomly/feature/update-create-page-functionality
feat: update create page functionality
2 parents 0ae08be + bc5e759 commit e749013

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)