From 6258846197d229923f27a615311b9e2b81ab0c36 Mon Sep 17 00:00:00 2001 From: pyjammez Date: Sun, 24 Feb 2019 13:35:21 -0800 Subject: [PATCH] Error in edit form value The state field had the same value as the email, so when you edit the email address, it changed the state, and vice versa. --- app/components/Contacts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Contacts.js b/app/components/Contacts.js index 20c7743..cb5386b 100644 --- a/app/components/Contacts.js +++ b/app/components/Contacts.js @@ -749,7 +749,7 @@ var InfoEditForm = React.createClass({
-
+
;