Skip to content

Commit

Permalink
Merge pull request #1619 from blockchain/fix/xlm-go-back-form-clear
Browse files Browse the repository at this point in the history
fix(XLM): do not clear send form on back
  • Loading branch information
plondon committed May 13, 2019
2 parents fe86636 + 9cfb557 commit d9d9363
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import Success from './template.success'

class SecondStepContainer extends React.PureComponent {
onGoBack = () => {
// TODO: this clears the previous form, find different way
this.props.actions.initialized()
this.props.actions.secondStepCancelClicked()
}

Expand Down

0 comments on commit d9d9363

Please sign in to comment.