url input has incorrect label props (#455)

pull/459/head
Femi Odugbesan 2021-08-15 09:32:29 -05:00 committed by GitHub
parent ce63c55051
commit 65d6791a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const AddCalDavIntegration = React.forwardRef<HTMLFormElement, Props>((props, re
return (
<form id={ADD_CALDAV_INTEGRATION_FORM_TITLE} ref={ref} onSubmit={onSubmit}>
<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
</label>
<div className="mt-1 rounded-md shadow-sm flex">