url input has incorrect label props (#455)
parent
ce63c55051
commit
65d6791a36
|
@ -17,7 +17,7 @@ const AddCalDavIntegration = React.forwardRef<HTMLFormElement, Props>((props, re
|
||||||
return (
|
return (
|
||||||
<form id={ADD_CALDAV_INTEGRATION_FORM_TITLE} ref={ref} onSubmit={onSubmit}>
|
<form id={ADD_CALDAV_INTEGRATION_FORM_TITLE} ref={ref} onSubmit={onSubmit}>
|
||||||
<div className="mb-2">
|
<div className="mb-2">
|
||||||
<label htmlFor="username" className="block text-sm font-medium text-gray-700">
|
<label htmlFor="url" className="block text-sm font-medium text-gray-700">
|
||||||
Calendar URL
|
Calendar URL
|
||||||
</label>
|
</label>
|
||||||
<div className="mt-1 rounded-md shadow-sm flex">
|
<div className="mt-1 rounded-md shadow-sm flex">
|
||||||
|
|
Loading…
Reference in New Issue