Преглед изворни кода

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 {
   @override
-  bool get creatable => true;
+  bool get creatable => false;
 }
 
 class BoardPlugin extends Plugin {