Browse Source

Merge pull request #57 from LN-Zap/fix/resetPayForm

fix(resetPayForm): add resetPayForm function, got removed at some point
renovate/lint-staged-8.x
jackmallers 7 years ago
committed by GitHub
parent
commit
0f7005aa2f
  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