mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04: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…
Add table
Add a link
Reference in a new issue