瀏覽代碼

chore: disable create calendar in v0.1.3

nathan 2 年之前
父節點
當前提交
5a654711ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/appflowy_flutter/lib/plugins/database_view/calendar/calendar.dart

+ 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 {