fix
This commit is contained in:
@@ -57,16 +57,6 @@ export default function Contact({ url }) {
|
|||||||
<input type="hidden" {...register("solution")} />
|
<input type="hidden" {...register("solution")} />
|
||||||
<input type="hidden" defaultValue={url} {...register("url")} />
|
<input type="hidden" defaultValue={url} {...register("url")} />
|
||||||
|
|
||||||
<Control>
|
|
||||||
<Input as="select" disabled {...register("solution")}>
|
|
||||||
{solutions.map((text, idx) => (
|
|
||||||
<option value={text} key={idx}>
|
|
||||||
{text}
|
|
||||||
</option>
|
|
||||||
))}
|
|
||||||
</Input>
|
|
||||||
</Control>
|
|
||||||
|
|
||||||
<Control>
|
<Control>
|
||||||
<Input
|
<Input
|
||||||
aria-invalid={!!formState.errors?.name}
|
aria-invalid={!!formState.errors?.name}
|
||||||
|
|||||||
Reference in New Issue
Block a user