chore: disable create grid temporarily

This commit is contained in:
appflowy 2022-04-07 21:31:38 +08:00
parent 65993b7205
commit 9073351cbb

View File

@ -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 {