Skip to content

Commit

Permalink
Fix typo, add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-elias committed Jan 7, 2025
1 parent dfaaf6e commit e564754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ export const buildRecordFromImportedStructuredRow = (
importedStructuredRow[`${markdownLabel} (${field.name})`],
)
) {
// TODO: Convert back and forth from blocknote here
// TODO: Convert back and forth from BlockNote.
// Has to happen server-side, because API shouldn't require both fields? How / where?
recordToBuild[field.name] = {
blocknote: castToString(
importedStructuredRow[`${blocknoteLabel} (${field.name})`],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const SETTINGS_NON_COMPOSITE_FIELD_TYPE_CONFIGS: SettingsNonCompositeFiel
category: 'Advanced',
} as const satisfies SettingsFieldTypeConfig<FieldJsonValue>,
[FieldMetadataType.RichTextDeprecated]: {
label: 'Rich Text Old',
label: 'Rich Text Deprecated',
Icon: IllustrationIconSetting,
exampleValue: "{ key: 'value' }",
category: 'Basic',
Expand Down

0 comments on commit e564754

Please sign in to comment.