fix: add cta text on card grid block
This commit is contained in:
@@ -37,6 +37,7 @@ const loyaltyPageBlockCardGrid = z.object({
|
||||
totalCount: z.number(),
|
||||
}),
|
||||
open_in_new_tab: z.boolean(),
|
||||
cta_text: z.string().optional(),
|
||||
})
|
||||
),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user