mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: disable ai summary (#5277)
This commit is contained in:
parent
aa4fe2ba50
commit
dc813d85a8
@ -20,7 +20,7 @@ const List<FieldType> _supportedFieldTypes = [
|
|||||||
FieldType.LastEditedTime,
|
FieldType.LastEditedTime,
|
||||||
FieldType.CreatedTime,
|
FieldType.CreatedTime,
|
||||||
FieldType.Relation,
|
FieldType.Relation,
|
||||||
FieldType.Summary,
|
// FieldType.Summary,
|
||||||
];
|
];
|
||||||
|
|
||||||
class FieldTypeList extends StatelessWidget with FlowyOverlayDelegate {
|
class FieldTypeList extends StatelessWidget with FlowyOverlayDelegate {
|
||||||
|
Loading…
Reference in New Issue
Block a user