fix: type option transform for checklists (#4779)

This commit is contained in:
Richard Shiue
2024-02-28 22:04:32 +08:00
committed by GitHub
parent 2d6856a23d
commit 01f2b15f70
2 changed files with 23 additions and 1 deletions

View File

@ -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,