Skip to content

Commit

Permalink
fix(XLM): do not clear send form on back
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 13, 2019
1 parent 388f200 commit 9cfb557
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 9cfb557

Please sign in to comment.