Skip to content

Commit

Permalink
Update studio/schemas/documents/specialPages/customerCases.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Oterhals Myklebust <[email protected]>
  • Loading branch information
anemne and mathiazom authored Sep 19, 2024
1 parent 4594350 commit 6c35c51
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions studio/schemas/documents/specialPages/customerCases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ const customerCases = defineType({
],
preview: {
select: {
title: "title",
},
prepare({ title }) {
return {
title,
};
title: "basicTitle",
},
},
});
Expand Down

0 comments on commit 6c35c51

Please sign in to comment.