Fahrzeugauswahl überarbeitet
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user