Skip to content

Commit

Permalink
feat(compensations): rename pensionData → pensionPercent
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 12, 2024
1 parent 012de41 commit c01fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/schemas/objects/compensations/pension.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineField } from "sanity";

export const pension = defineField({
name: "pensionData",
name: "pensionPercent",
title: "Pension Percentage",
type: "number",
initialValue: 7,
Expand Down

0 comments on commit c01fd85

Please sign in to comment.