mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
chore(): remove label but keep object as it could have more props
This commit is contained in:
@@ -18,7 +18,6 @@ const docs = defineCollection({
|
|||||||
noCommentSection: z.boolean().optional().default(false),
|
noCommentSection: z.boolean().optional().default(false),
|
||||||
challenge: z
|
challenge: z
|
||||||
.object({
|
.object({
|
||||||
label: z.string().default('Challenge'),
|
|
||||||
number: z.union([z.number(), z.boolean()]).default(false),
|
number: z.union([z.number(), z.boolean()]).default(false),
|
||||||
})
|
})
|
||||||
.optional(),
|
.optional(),
|
||||||
|
|||||||
Reference in New Issue
Block a user