We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4fe2b commit dc813d8Copy full SHA for dc813d8
frontend/appflowy_flutter/lib/plugins/database/widgets/field/field_type_list.dart
@@ -20,7 +20,7 @@ const List<FieldType> _supportedFieldTypes = [
20
FieldType.LastEditedTime,
21
FieldType.CreatedTime,
22
FieldType.Relation,
23
- FieldType.Summary,
+ // FieldType.Summary,
24
];
25
26
class FieldTypeList extends StatelessWidget with FlowyOverlayDelegate {
0 commit comments