瀏覽代碼

chore: disable create grid temporarily

appflowy 3 年之前
父節點
當前提交
9073351cbb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/app_flowy/lib/workspace/presentation/plugins/grid/grid.dart

+ 1 - 1
frontend/app_flowy/lib/workspace/presentation/plugins/grid/grid.dart

@@ -28,7 +28,7 @@ class GridPluginBuilder implements PluginBuilder {
 
 class GridPluginConfig implements PluginConfig {
   @override
-  bool get creatable => true;
+  bool get creatable => false;
 }
 
 class GridPlugin extends Plugin {