From 6ce25a825b56b32b8ed11d4254907a041720b3cd Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 4 Jul 2025 23:19:33 +0300 Subject: [PATCH] feat(help): link table note type --- apps/client/src/widgets/floating_buttons/help_button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/floating_buttons/help_button.ts b/apps/client/src/widgets/floating_buttons/help_button.ts index 3102ee59a..f0403bfd7 100644 --- a/apps/client/src/widgets/floating_buttons/help_button.ts +++ b/apps/client/src/widgets/floating_buttons/help_button.ts @@ -35,7 +35,7 @@ export const byBookType: Record = { list: null, grid: null, calendar: "xWbu3jpNWapp", - table: null + table: "2FvYrpmOXm29" }; export default class ContextualHelpButton extends NoteContextAwareWidget {