move FormField label proptype check to FormField component

This commit is contained in:
John Mitchell
2020-02-18 14:37:30 -05:00
parent 44cd199078
commit 0aba4c36af

View File

@@ -184,10 +184,6 @@ function OrganizationForm({
);
}
FormField.propTypes = {
label: PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired,
};
OrganizationForm.propTypes = {
organization: PropTypes.shape(),
onSubmit: PropTypes.func.isRequired,