diff --git a/apps/client/src/features/editor/components/slash-menu/menu-items.ts b/apps/client/src/features/editor/components/slash-menu/menu-items.ts index cb7b65be..480957ad 100644 --- a/apps/client/src/features/editor/components/slash-menu/menu-items.ts +++ b/apps/client/src/features/editor/components/slash-menu/menu-items.ts @@ -184,7 +184,7 @@ const CommandGroups: SlashMenuGroupedItemsType = { .chain() .focus() .deleteRange(range) - .insertTable({ rows: 3, cols: 3, withHeaderRow: false }) + .insertTable({ rows: 3, cols: 3, withHeaderRow: true }) .run(), }, {