diff --git a/frontend/app/components/Client/CustomFields/CustomFieldForm.js b/frontend/app/components/Client/CustomFields/CustomFieldForm.js index ca13a20b4..22108deee 100644 --- a/frontend/app/components/Client/CustomFields/CustomFieldForm.js +++ b/frontend/app/components/Client/CustomFields/CustomFieldForm.js @@ -39,16 +39,17 @@ class CustomFieldForm extends React.PureComponent { placeholder="Field Name" /> - - {errors && ( + + {/* TODO: errors state is not updating properly */} + {/* {errors && (
- {errors.map((error) => ( - - {error} + {errors.map((error, i) => ( + + {error.message} ))}
- )} + )} */}