chore: save group revision and fix warnings

This commit is contained in:
appflowy
2022-08-20 23:54:51 +08:00
parent 3c022d4de5
commit 6e6a812243
20 changed files with 203 additions and 180 deletions

View File

@ -31,7 +31,7 @@ class BoardPluginBuilder implements PluginBuilder {
class BoardPluginConfig implements PluginConfig {
@override
bool get creatable => false;
bool get creatable => true;
}
class BoardPlugin extends Plugin {