2
0

feat(bot): 💄 Responsive rating input

This commit is contained in:
Baptiste Arnaud
2022-06-20 15:13:11 +02:00
parent 6938533126
commit 49bf178090
5 changed files with 32 additions and 52 deletions

View File

@ -20,7 +20,6 @@ export const ratingInputOptionsSchema = optionBaseSchema.and(
labels: z.object({
left: z.string().optional(),
right: z.string().optional(),
middle: z.string().optional(),
button: z.string(),
}),
customIcon: z.object({