testing setup

This commit is contained in:
2025-08-29 14:19:38 +02:00
parent e74b30e04c
commit 869cc07fdd
46 changed files with 6710 additions and 1460 deletions

View File

@@ -9,7 +9,7 @@ export default function MdeFormField<T extends FieldValues>(params: { control: C
render={({ field }) => (
<FormItem>
<FormLabel>
Description
{params.label}
</FormLabel>
<FormControl>
<MDEditor