fix(SW-2265): Removed campaign identifier from campaign page

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-06-24 07:31:05 +00:00
parent b8864517bf
commit bfaa3d4b65
2 changed files with 0 additions and 2 deletions

View File

@@ -102,7 +102,6 @@ export const campaignPageSchema = z
.object({
campaign_page: z.object({
title: z.string(),
campaign_identifier: z.string().nullish(),
hero: heroSchema,
heading: z.string(),
subheading: z.string().nullish(),