Browse Source

fix(resetPayForm): add resetPayForm function, got removed at some point

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
a941b2b0cf
  1. 6
      app/reducers/payform.js

6
app/reducers/payform.js

@ -64,6 +64,12 @@ export function updatePayErrors(errorsObject) {
}
}
export function resetPayForm() {
return {
type: RESET_FORM
}
}
// ------------------------------------
// Action Handlers
// ------------------------------------

Loading…
Cancel
Save