mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 10:26:25 +08:00
- default status
- type fix - error helper
This commit is contained in:
@@ -447,7 +447,7 @@ const CommandGroups: SlashMenuGroupedItemsType = {
|
||||
{
|
||||
title: "Kanban",
|
||||
description: "Insert a kanban board on this page",
|
||||
searchTerms: ["kanban", "board", "cards", "status", "task"],
|
||||
searchTerms: ["kanban", "board", "cards", "status", "task", "database"],
|
||||
icon: IconLayoutKanban,
|
||||
command: async ({ editor, range }: CommandProps) => {
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user