feat(help): link table note type

This commit is contained in:
Elian Doran 2025-07-04 23:19:33 +03:00
parent b3f56851b8
commit 6ce25a825b
No known key found for this signature in database

View File

@ -35,7 +35,7 @@ export const byBookType: Record<ViewTypeOptions, string | null> = {
list: null,
grid: null,
calendar: "xWbu3jpNWapp",
table: null
table: "2FvYrpmOXm29"
};
export default class ContextualHelpButton extends NoteContextAwareWidget {