diff --git a/studio/schemas/documents/compensations.ts b/studio/schemas/documents/compensations.ts index 37731c664..66a03dd98 100644 --- a/studio/schemas/documents/compensations.ts +++ b/studio/schemas/documents/compensations.ts @@ -22,7 +22,10 @@ const compensations = defineType({ type: "document", title: "Compensations", fields: [ - offices, + { + ...offices, + description: "Which offices are these compensations relevant for?", + }, title, titleSlug, seo,