chore(app): fix build errors
This commit is contained in:
parent
32e5d3bb8d
commit
82558ff06a
@ -96,6 +96,7 @@ const Component = () => {
|
||||
<Textarea
|
||||
placeholder="Some details about the page..."
|
||||
{...field}
|
||||
value={field.value ?? ''}
|
||||
/>
|
||||
</FormControl>{' '}
|
||||
<FormMessage />
|
||||
|
@ -106,6 +106,7 @@ const Component = () => {
|
||||
<Textarea
|
||||
placeholder="Some details about the page..."
|
||||
{...field}
|
||||
value={field.value ?? ''}
|
||||
/>
|
||||
</FormControl>{' '}
|
||||
<FormMessage />
|
||||
|
Loading…
Reference in New Issue
Block a user