added email to final step

This commit is contained in:
Wyatt Johnson
2018-05-03 10:09:36 -06:00
parent 0caa82c1c4
commit 6485b1f080
6 changed files with 17 additions and 5 deletions
@@ -57,7 +57,7 @@ class OrganizationSettings extends React.Component {
}
const updater = { organizationContactEmail: { $set: email } };
const errorUpdater = { organizationEmail: { $set: error } };
const errorUpdater = { organizationContactEmail: { $set: error } };
this.props.updatePending({ updater, errorUpdater });
};