diff --git a/studio/schemas/objects/sections/employeeHighlight.ts b/studio/schemas/objects/sections/employeeHighlight.ts index c5a4172b8..e3bed1baf 100644 --- a/studio/schemas/objects/sections/employeeHighlight.ts +++ b/studio/schemas/objects/sections/employeeHighlight.ts @@ -25,7 +25,7 @@ export const employeeHighlightSection = defineField({ }, { name: "description", - type: "internationalizedArrayString", + type: "internationalizedArrayText", title: "Description", description: "The body text in the section.", },