chore(app): fix build errors

This commit is contained in:
Lars Hampe 2024-11-12 22:05:11 +01:00
parent 32e5d3bb8d
commit 82558ff06a
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@ const Component = () => {
<Textarea
placeholder="Some details about the page..."
{...field}
value={field.value ?? ''}
/>
</FormControl>{' '}
<FormMessage />

View File

@ -106,6 +106,7 @@ const Component = () => {
<Textarea
placeholder="Some details about the page..."
{...field}
value={field.value ?? ''}
/>
</FormControl>{' '}
<FormMessage />