mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
fix: add back textField multiline
This commit is contained in:
parent
f32bff3563
commit
05e7e0f2dd
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ const textFieldBaseSchema = baseFieldSchema
|
|||
.omit({ optional: true })
|
||||
.extend({
|
||||
default: z.union([z.string(), z.instanceof(SQL<any>)]).optional(),
|
||||
multiline: z.boolean().optional(),
|
||||
})
|
||||
.and(
|
||||
z.union([
|
||||
|
|
Loading…
Reference in a new issue