mirror of https://github.com/zulip/zulip.git
zform: Add missing field in zod schema.
This commit is contained in:
parent
7329100dc7
commit
3eb1a11725
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue