Skip to content

Commit

Permalink
feat(salariesByLocation): improve year description for salaries input
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 5, 2024
1 parent c0a021f commit 9229a5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions studio/schemas/objects/compensations/salariesByLocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const salariesByLocation = defineField({
defineField({
name: "year",
title: "Year",
description:
"The calendar year for which these salaries were in effect",
type: "number",
validation: (Rule) => Rule.required().min(2018),
}),
Expand Down

0 comments on commit 9229a5a

Please sign in to comment.