nextjs-cms 0.9.39 → 0.9.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -690,7 +690,7 @@ export const createEditPage = async (session, sectionName, sectionItemId, locale
690
690
  const galleryPhotos = items;
691
691
  galleryPhotos?.map((item) => {
692
692
  galleryItems.push({
693
- referenceId: item[referenceIdentifierField],
693
+ referenceId: String(item[referenceIdentifierField]),
694
694
  photo: item[photoNameField],
695
695
  meta: item[metaField],
696
696
  locale: item.locale,