Remove unused touched and error props

This commit is contained in:
mabashian
2020-03-26 14:11:22 -04:00
parent f7ad3d78eb
commit a8f56f78e9

View File

@@ -163,8 +163,6 @@ function ProjectFormFields({
organizationHelpers.setValue(value);
}}
value={organizationField.value}
touched={organizationMeta.touched}
error={organizationMeta.error}
required
/>
<FormGroup