feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
@@ -23,9 +23,8 @@ const loyaltyPageDynamicContent = z.object({
|
||||
component: z.nativeEnum(LoyaltyComponentEnum),
|
||||
link: z
|
||||
.object({
|
||||
text: z.string().nullable(),
|
||||
text: z.string(),
|
||||
href: z.string(),
|
||||
title: z.string(),
|
||||
})
|
||||
.optional(),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user