2
0

(rating) Add one click submit option

Closes #187
This commit is contained in:
Baptiste Arnaud
2022-12-24 08:11:41 +01:00
parent 2934af8835
commit 449080b0ad
6 changed files with 22 additions and 4 deletions

View File

@ -26,6 +26,7 @@ export const ratingInputOptionsSchema = optionBaseSchema.and(
isEnabled: z.boolean(),
svg: z.string().optional(),
}),
isOneClickSubmitEnabled: z.boolean().optional(),
})
)