Skip to content

Instantly share code, notes, and snippets.

@intojs
Created February 21, 2021 20:05
Show Gist options
  • Save intojs/fa957651b41ac6267cc9afd679072c0e to your computer and use it in GitHub Desktop.
Save intojs/fa957651b41ac6267cc9afd679072c0e to your computer and use it in GitHub Desktop.
const setNewsletterOptions = (newsletterOptions) => ({
type: actionTypes.SET_NEWSLETTERS_OPTIONS,
payload: { newsletterOptions },
});
const changeField = (change) => ({
type: actionTypes.CHANGE_FIELD,
payload: change,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment