chore: enable relation (#4835)

This commit is contained in:
Richard Shiue 2024-03-07 10:12:34 +08:00 committed by GitHub
parent a1823fa4c0
commit 90ebcb4cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ const List<FieldType> _supportedFieldTypes = [
FieldType.URL,
FieldType.LastEditedTime,
FieldType.CreatedTime,
FieldType.Relation,
];
class FieldTypeList extends StatelessWidget with FlowyOverlayDelegate {