sql console also doesn't create a normal note by default

This commit is contained in:
zadam
2021-06-06 13:38:01 +02:00
parent a0de3c97a5
commit 3893f663d0
8 changed files with 57 additions and 9 deletions

View File

@@ -275,8 +275,6 @@ export default class SearchDefinitionWidget extends NoteContextAwareWidget {
await appContext.tabManager.getActiveContext().setNote(notePath);
console.log("notePath", notePath);
toastService.showMessage("Search note has been saved into " + await treeService.getNotePathTitle(notePath));
});
}