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 80090b556c
commit 767ae6d528

View File

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