Skip to content

Commit

Permalink
Update studio/schemas/documents/compensations.ts
Browse files Browse the repository at this point in the history
Co-authored-by: christinaroise <[email protected]>
  • Loading branch information
anemne and christinaroise authored Sep 5, 2024
1 parent 7655150 commit 032f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/schemas/documents/compensations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const compensations = defineType({
defineField({
name: "showSalaryCalculator",
title: "Show Salary Calculator",
description: "Should the salary calculator be visible on the page?",
description: "Toggle this setting to show or hide the salary calculator on the page.",
type: "boolean",
initialValue: true,
}),
Expand Down

0 comments on commit 032f1a2

Please sign in to comment.