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

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 {