--- a/client/src/actions/userActions.js Wed Jun 21 14:12:45 2017 +0200
+++ b/client/src/actions/userActions.js Thu Jun 22 10:47:10 2017 +0200
@@ -8,3 +8,10 @@
lastname
};
}
+
+export const setAutoSubmit = (value) => {
+ return {
+ type: types.USER_TOGGLE_AUTO_SUBMIT,
+ value
+ };
+}