Merge branch 'main' of github.com:VAR-Virtual-Air-Rescue/var-monorepo

This commit is contained in:
Nicolas
2025-07-01 11:58:44 +02:00
9 changed files with 250 additions and 158 deletions

View File

@@ -58,8 +58,8 @@ export const KeywordForm = ({ keyword }: { keyword?: Keyword }) => {
/>
<Input
form={form}
label="zunehmende Atembeschwerden"
placeholder="Beschreibung"
label="Beschreibung"
placeholder="zunehmende Atembeschwerden"
name="description"
className="input-sm"
/>

View File

@@ -21,6 +21,7 @@ export const ListInput = <T extends FieldValues>({
const [value, setValue] = useState<string>("");
return (
<Controller
defaultValue={[] as any}
control={control}
name={name}
render={({ field }) => {