feat: e2e test upload (#755)

This commit is contained in:
Dan Ribbens
2022-07-14 18:43:19 -04:00
committed by GitHub
parent f7a81d70ac
commit 11600930b7
15 changed files with 565 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ const Email: React.FC<Props> = (props) => {
/>
<Label
htmlFor={path}
label={`field-${path}`}
label={label}
required={required}
/>
<input