zform: Add missing field in zod schema.

This commit is contained in:
Varun Singh 2024-03-28 12:25:04 +05:30 committed by Tim Abbott
parent 7329100dc7
commit 3eb1a11725
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import * as transmit from "./transmit";
const zform_widget_extra_data_schema = z.object({
choices: z.array(
z.object({
type: z.string(),
long_name: z.string(),
reply: z.string(),
short_name: z.string(),