mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
Merge branch 'master' into dev
# Conflicts: # package-lock.json # package.json
This commit is contained in:
@@ -1606,7 +1606,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
const resp = await server.post(`special-notes/launchers/${node.data.noteId}/${launcherType}`);
|
||||
|
||||
if (!resp.success) {
|
||||
alert(resp.message);
|
||||
toastService.showError(resp.message);
|
||||
}
|
||||
|
||||
await ws.waitForMaxKnownEntityChangeId();
|
||||
|
||||
Reference in New Issue
Block a user