shortcut improvements

This commit is contained in:
zadam
2022-11-29 16:16:57 +01:00
parent eecfce3cc9
commit e759b4846a
9 changed files with 88 additions and 46 deletions

View File

@@ -67,7 +67,7 @@ function getHoistedNote() {
}
function createShortcut(req) {
return specialNotesService.createShortcut(req.params.parentNoteId, req.params.type);
return specialNotesService.createShortcut(req.params.parentNoteId, req.params.shortcutType);
}
function resetShortcut(req) {