Skip to content

Commit

Permalink
refactor(@dpc-sdp/ripple-tide-search): fixed component renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdowdle authored and dylankelly committed Dec 8, 2023
1 parent 3538120 commit 23750a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const customCollectionMapping = (
field
): TideDynamicPageComponent<any> => {
return {
component: 'TideDataDrivenMap',
component: 'TideCustomCollection',
id: field.drupal_internal__id.toString(),
props: {
id: field.drupal_internal__id.toString(),
Expand Down

0 comments on commit 23750a9

Please sign in to comment.