fix(root-command-executor): fix regression in root_command_executor

This commit is contained in:
Jakob Schlanstedt 2025-10-30 17:15:38 +01:00
parent b9e19e524a
commit ca24408a13

View File

@ -242,6 +242,7 @@ export default class RootCommandExecutor extends Component {
const result = await noteCreateService.createNote( const result = await noteCreateService.createNote(
{ {
parentNoteUrl: rootNoteId,
target: "into", target: "into",
title: "New AI Chat", title: "New AI Chat",
type: "aiChat", type: "aiChat",