瀏覽代碼

chore: disable create board

appflowy 2 年之前
父節點
當前提交
445d5f6222
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/app_flowy/lib/plugins/board/board.dart

+ 1 - 1
frontend/app_flowy/lib/plugins/board/board.dart

@@ -31,7 +31,7 @@ class BoardPluginBuilder implements PluginBuilder {
 
 
 class BoardPluginConfig implements PluginConfig {
 class BoardPluginConfig implements PluginConfig {
   @override
   @override
-  bool get creatable => true;
+  bool get creatable => false;
 }
 }
 
 
 class BoardPlugin extends Plugin {
 class BoardPlugin extends Plugin {