Skip to content

Commit

Permalink
Improve adding token UX (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Jan 24, 2020
1 parent b08dea8 commit 728a1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helper-settings/SettingsForm.js
Expand Up @@ -90,7 +90,7 @@ export default class Form extends Component {
error={errorMessage}
onInput={event => {
linkState(this, 'githubToken')(event);
this.validateToken();
setTimeout(this.validateToken.bind(this), 100);
}}
/>
<p className="note ">
Expand Down

0 comments on commit 728a1ea

Please sign in to comment.