Parcourir la source

chore: disable create calendar in v0.1.3

nathan il y a 2 ans
Parent
commit
5a654711ec

+ 1 - 1
frontend/appflowy_flutter/lib/plugins/database_view/calendar/calendar.dart

@@ -34,7 +34,7 @@ class CalendarPluginBuilder extends PluginBuilder {
 
 class CalendarPluginConfig implements PluginConfig {
   @override
-  bool get creatable => true;
+  bool get creatable => false;
 }
 
 class CalendarPlugin extends Plugin {