Skip to content

Commit

Permalink
fix(app-headless-cms): dynamic zone content item name when exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric committed Feb 14, 2024
1 parent 3458e4c commit 397905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-headless-cms/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export type { DynamicZoneContentItemProps };
export const Components = {
FieldRenderers: {
DynamicZone: {
DynamicZoneContentItem
ContentItem: DynamicZoneContentItem
}
}
};

0 comments on commit 397905a

Please sign in to comment.