From 9073351cbb4495e67d1f28052ffe0bfdad75be6e Mon Sep 17 00:00:00 2001 From: appflowy Date: Thu, 7 Apr 2022 21:31:38 +0800 Subject: [PATCH] chore: disable create grid temporarily --- .../app_flowy/lib/workspace/presentation/plugins/grid/grid.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/lib/workspace/presentation/plugins/grid/grid.dart b/frontend/app_flowy/lib/workspace/presentation/plugins/grid/grid.dart index adc2a91fa9..07fba18331 100644 --- a/frontend/app_flowy/lib/workspace/presentation/plugins/grid/grid.dart +++ b/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 {