mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
chore: disable create grid temporarily
This commit is contained in:
parent
65993b7205
commit
9073351cbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue