Skip to content

Commit

Permalink
fix(compensations): preview title
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 18, 2024
1 parent f3e314e commit 1629237
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions studio/schemas/documents/compensations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ const compensations = defineType({
],
preview: {
select: {
title: "title",
},
prepare({ title }) {
return {
title,
};
title: title.name,
},
},
});
Expand Down

0 comments on commit 1629237

Please sign in to comment.