Skip to content

Commit 505dcdd

Browse files
Jakob Schlanstedtwerererer
authored andcommitted
fix(root-command-executor): fix regression in root_command_executor
1 parent b413d5f commit 505dcdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/components/root_command_executor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ export default class RootCommandExecutor extends Component {
235235

236236
const result = await noteCreateService.createNote(
237237
{
238+
parentNoteUrl: rootNoteId,
238239
target: "into",
239240
title: "New AI Chat",
240241
type: "aiChat",

0 commit comments

Comments
 (0)