Skip to content

Commit

Permalink
feat(compensations): helper description for offices field
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 2, 2024
1 parent d7ef85e commit c193060
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion studio/schemas/documents/compensations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c193060

Please sign in to comment.