From 64c324f0e79979121201b645533312eb0335ea4e Mon Sep 17 00:00:00 2001 From: Ane Date: Wed, 25 Sep 2024 10:53:50 +0200 Subject: [PATCH] removed missing field in cta section --- studio/schemas/objects/sections/callToAction.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/studio/schemas/objects/sections/callToAction.ts b/studio/schemas/objects/sections/callToAction.ts index 1caecafb..e6d0a2aa 100644 --- a/studio/schemas/objects/sections/callToAction.ts +++ b/studio/schemas/objects/sections/callToAction.ts @@ -31,9 +31,6 @@ export const callToAction = defineField({ validation: (rule) => rule.required(), }, ], - initialValue: { - theme: "primary", - }, preview: { select: { title: "basicTitle",