Skip to content

Commit 5a65471

Browse files
committed
chore: disable create calendar in v0.1.3
1 parent d3363ab commit 5a65471

File tree

1 file changed

+1
-1
lines changed
  • frontend/appflowy_flutter/lib/plugins/database_view/calendar

1 file changed

+1
-1
lines changed

frontend/appflowy_flutter/lib/plugins/database_view/calendar/calendar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CalendarPluginBuilder extends PluginBuilder {
3434

3535
class CalendarPluginConfig implements PluginConfig {
3636
@override
37-
bool get creatable => true;
37+
bool get creatable => false;
3838
}
3939

4040
class CalendarPlugin extends Plugin {

0 commit comments

Comments
 (0)