mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: type option transform for checklists (#4779)
This commit is contained in:
@ -73,6 +73,7 @@ impl TypeOptionTransform for RichTextTypeOption {
|
||||
|| transformed_field_type.is_multi_select()
|
||||
|| transformed_field_type.is_number()
|
||||
|| transformed_field_type.is_url()
|
||||
|| transformed_field_type.is_checklist()
|
||||
{
|
||||
Some(StrCellData::from(stringify_cell_data(
|
||||
cell,
|
||||
|
Reference in New Issue
Block a user