Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-tide-search): fix cc mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Aug 27, 2023
1 parent e276a84 commit 7de48e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const customCollectionMapping = (
component: 'TideCustomCollection',
id: field.drupal_internal__id.toString(),
props: {
...parseJSONField(field.field_custom_collection_config)
...field.field_content_collection_config
}
}
}
Expand Down

0 comments on commit 7de48e1

Please sign in to comment.