mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
fix(build): missing note type in help button
This commit is contained in:
@@ -27,7 +27,8 @@ const byNoteType: Record<Exclude<NoteType, "book">, string | null> = {
|
|||||||
render: null,
|
render: null,
|
||||||
search: null,
|
search: null,
|
||||||
text: null,
|
text: null,
|
||||||
webView: null
|
webView: null,
|
||||||
|
taskList: null
|
||||||
};
|
};
|
||||||
|
|
||||||
const byBookType: Record<ViewTypeOptions, string | null> = {
|
const byBookType: Record<ViewTypeOptions, string | null> = {
|
||||||
|
|||||||
Reference in New Issue
Block a user