mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
chore: disable create board
This commit is contained in:
parent
24ca8da8c8
commit
445d5f6222
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class BoardPluginBuilder implements PluginBuilder {
|
|||
|
||||
class BoardPluginConfig implements PluginConfig {
|
||||
@override
|
||||
bool get creatable => true;
|
||||
bool get creatable => false;
|
||||
}
|
||||
|
||||
class BoardPlugin extends Plugin {
|
||||
|
|
|
|||
Loading…
Reference in a new issue