Skip to content

Commit

Permalink
removed missing field in cta section
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Sep 25, 2024
1 parent cb74578 commit 64c324f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions studio/schemas/objects/sections/callToAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ export const callToAction = defineField({
validation: (rule) => rule.required(),
},
],
initialValue: {
theme: "primary",
},
preview: {
select: {
title: "basicTitle",
Expand Down

0 comments on commit 64c324f

Please sign in to comment.