Browse Source

fix(add-channel): dont remove input text

renovate/lint-staged-8.x
Jack Mallers 6 years ago
parent
commit
8949572b24
  1. 1
      app/components/Contacts/SubmitChannelForm/SubmitChannelForm.js

1
app/components/Contacts/SubmitChannelForm/SubmitChannelForm.js

@ -19,7 +19,6 @@ class SubmitChannelForm extends React.Component {
componentDidMount() {
// Clear and Focus the amount input field.
this.amountInput.current.clearTextInput()
this.amountInput.current.focusTextInput()
}

Loading…
Cancel
Save